Struct mariadb_sys::st_mysql_parameters
source · #[repr(C)]pub struct st_mysql_parameters {
pub p_max_allowed_packet: *mut c_ulong,
pub p_net_buffer_length: *mut c_ulong,
pub extension: *mut c_void,
}
Fields§
§p_max_allowed_packet: *mut c_ulong
§p_net_buffer_length: *mut c_ulong
§extension: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_mysql_parameters
impl !Send for st_mysql_parameters
impl !Sync for st_mysql_parameters
impl Unpin for st_mysql_parameters
impl UnwindSafe for st_mysql_parameters
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more