Struct mariadb_sys::vers_select_conds_t
source · #[repr(C)]pub struct vers_select_conds_t {
pub type_: Type,
pub orig_type: Type,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub start: Vers_history_point,
pub end: Vers_history_point,
pub name: Lex_ident,
pub field_start: *mut Item_field,
pub field_end: *mut Item_field,
pub period: *const TABLE_SHARE_period_info_t,
}
Fields§
§type_: Type
§orig_type: Type
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§start: Vers_history_point
§end: Vers_history_point
§name: Lex_ident
§field_start: *mut Item_field
§field_end: *mut Item_field
§period: *const TABLE_SHARE_period_info_t
Implementations§
source§impl vers_select_conds_t
impl vers_select_conds_t
pub fn used(&self) -> bool
pub fn set_used(&mut self, val: bool)
pub fn delete_history(&self) -> bool
pub fn set_delete_history(&mut self, val: bool)
pub fn new_bitfield_1( used: bool, delete_history: bool ) -> __BindgenBitfieldUnit<[u8; 1]>
pub unsafe fn print(&self, str_: *mut String, query_type: Type)
pub unsafe fn init_from_sysvar(&mut self, thd: *mut THD) -> bool
pub unsafe fn check_units(&mut self, thd: *mut THD) -> bool
pub unsafe fn eq(&self, conds: *const vers_select_conds_t) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for vers_select_conds_t
impl !Send for vers_select_conds_t
impl !Sync for vers_select_conds_t
impl Unpin for vers_select_conds_t
impl UnwindSafe for vers_select_conds_t
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