Struct mariadb_sys::st_ha_check_opt
source · #[repr(C)]pub struct st_ha_check_opt {
pub flags: uint,
pub sql_flags: uint,
pub start_time: time_t,
pub key_cache: *mut KEY_CACHE,
}
Fields§
§flags: uint
§sql_flags: uint
§start_time: time_t
§key_cache: *mut KEY_CACHE
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_ha_check_opt
impl !Send for st_ha_check_opt
impl !Sync for st_ha_check_opt
impl Unpin for st_ha_check_opt
impl UnwindSafe for st_ha_check_opt
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