Struct mariadb_sys::ha_field_option_struct
source · #[repr(C)]pub struct ha_field_option_struct { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ha_field_option_struct
impl Send for ha_field_option_struct
impl Sync for ha_field_option_struct
impl Unpin for ha_field_option_struct
impl UnwindSafe for ha_field_option_struct
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