#[repr(C)]pub struct st_mysql_options__bindgen_ty_1 {
pub client_ip: __BindgenUnionField<*mut c_char>,
pub bind_address: __BindgenUnionField<*mut c_char>,
pub bindgen_union_field: u64,
}
Fields§
§client_ip: __BindgenUnionField<*mut c_char>
§bind_address: __BindgenUnionField<*mut c_char>
§bindgen_union_field: u64
Trait Implementations§
impl Copy for st_mysql_options__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for st_mysql_options__bindgen_ty_1
impl RefUnwindSafe for st_mysql_options__bindgen_ty_1
impl !Send for st_mysql_options__bindgen_ty_1
impl !Sync for st_mysql_options__bindgen_ty_1
impl Unpin for st_mysql_options__bindgen_ty_1
impl UnwindSafe for st_mysql_options__bindgen_ty_1
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