Struct mysqlclient_sys::st_mysql_options__bindgen_ty_1 [−][src]
#[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
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more