#[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

source

pub fn used(&self) -> bool

source

pub fn set_used(&mut self, val: bool)

source

pub fn delete_history(&self) -> bool

source

pub fn set_delete_history(&mut self, val: bool)

source

pub fn new_bitfield_1( used: bool, delete_history: bool ) -> __BindgenBitfieldUnit<[u8; 1]>

source

pub unsafe fn print(&self, str_: *mut String, query_type: Type)

source

pub unsafe fn init_from_sysvar(&mut self, thd: *mut THD) -> bool

source

pub unsafe fn check_units(&mut self, thd: *mut THD) -> bool

source

pub unsafe fn eq(&self, conds: *const vers_select_conds_t) -> bool

Trait Implementations§

source§

impl Debug for vers_select_conds_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.