#[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_voidTrait Implementations§
Source§impl Clone for st_mysql_parameters
impl Clone for st_mysql_parameters
Source§fn clone(&self) -> st_mysql_parameters
fn clone(&self) -> st_mysql_parameters
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for st_mysql_parameters
impl Debug for st_mysql_parameters
impl Copy for st_mysql_parameters
Auto Trait Implementations§
impl Freeze for st_mysql_parameters
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