Struct mariadb_sys::st_reginfo
source · #[repr(C)]pub struct st_reginfo {
pub join_tab: *mut st_join_table,
pub lock_type: Type,
pub skip_locked: bool,
pub not_exists_optimize: bool,
pub impossible_range: bool,
}
Fields§
§join_tab: *mut st_join_table
§lock_type: Type
§skip_locked: bool
§not_exists_optimize: bool
§impossible_range: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_reginfo
impl !Send for st_reginfo
impl !Sync for st_reginfo
impl Unpin for st_reginfo
impl UnwindSafe for st_reginfo
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