Struct mariadb_sys::st_key__bindgen_ty_1
source · #[repr(C)]pub struct st_key__bindgen_ty_1 {
pub parser: __BindgenUnionField<plugin_ref>,
pub parser_name: __BindgenUnionField<*mut LEX_CSTRING>,
pub bindgen_union_field: u64,
}
Fields§
§parser: __BindgenUnionField<plugin_ref>
§parser_name: __BindgenUnionField<*mut LEX_CSTRING>
§bindgen_union_field: u64
Auto Trait Implementations§
impl RefUnwindSafe for st_key__bindgen_ty_1
impl !Send for st_key__bindgen_ty_1
impl !Sync for st_key__bindgen_ty_1
impl Unpin for st_key__bindgen_ty_1
impl UnwindSafe for st_key__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