#[repr(C)]
pub struct Vers_parse_info { pub _base: Table_period_info, pub as_row: Table_period_info_start_end_t, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, pub can_native: c_int, }

Fields§

§_base: Table_period_info§as_row: Table_period_info_start_end_t§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§can_native: c_int

Implementations§

source§

impl Vers_parse_info

source

pub fn versioned_fields(&self) -> bool

source

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

source

pub fn unversioned_fields(&self) -> bool

source

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

source

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

source

pub unsafe fn is_start(&self, name: *const c_char) -> bool

source

pub unsafe fn is_end(&self, name: *const c_char) -> bool

source

pub unsafe fn is_start1(&self, f: *const Create_field) -> bool

source

pub unsafe fn is_end1(&self, f: *const Create_field) -> bool

source

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

source

pub unsafe fn need_check(&self, alter_info: *const Alter_info) -> bool

source

pub unsafe fn check_conditions( &self, table_name: *const Lex_table_name, db: *const Lex_table_name ) -> bool

source

pub unsafe fn create_sys_field( &mut self, thd: *mut THD, field_name: *const c_char, alter_info: *mut Alter_info, flags: c_int ) -> bool

source

pub unsafe fn fix_alter_info( &mut self, thd: *mut THD, alter_info: *mut Alter_info, create_info: *mut HA_CREATE_INFO, table: *mut TABLE ) -> bool

source

pub unsafe fn fix_create_like( &mut self, alter_info: *mut Alter_info, create_info: *mut HA_CREATE_INFO, src_table: *mut TABLE_LIST, table: *mut TABLE_LIST ) -> bool

source

pub unsafe fn check_sys_fields( &self, table_name: *const Lex_table_name, db: *const Lex_table_name, alter_info: *mut Alter_info ) -> bool

Trait Implementations§

source§

impl Debug for Vers_parse_info

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.