#[repr(C)]pub struct 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§
Source§impl Clone for MYSQL_PARAMETERS
impl Clone for MYSQL_PARAMETERS
Source§fn clone(&self) -> MYSQL_PARAMETERS
fn clone(&self) -> MYSQL_PARAMETERS
Returns a copy 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 MYSQL_PARAMETERS
impl Debug for MYSQL_PARAMETERS
impl Copy for MYSQL_PARAMETERS
Auto Trait Implementations§
impl Freeze for MYSQL_PARAMETERS
impl RefUnwindSafe for MYSQL_PARAMETERS
impl !Send for MYSQL_PARAMETERS
impl !Sync for MYSQL_PARAMETERS
impl Unpin for MYSQL_PARAMETERS
impl UnwindSafe for 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