Struct mariadb_sys::st_ha_create_table_option
source · #[repr(C)]pub struct st_ha_create_table_option {
pub type_: Type,
pub name: *const c_char,
pub name_length: usize,
pub offset: isize,
pub def_value: ulonglong,
pub min_value: ulonglong,
pub max_value: ulonglong,
pub block_size: ulonglong,
pub values: *const c_char,
pub var: *mut st_mysql_sys_var,
}
Fields§
§type_: Type
§name: *const c_char
§name_length: usize
§offset: isize
§def_value: ulonglong
§min_value: ulonglong
§max_value: ulonglong
§block_size: ulonglong
§values: *const c_char
§var: *mut st_mysql_sys_var
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_ha_create_table_option
impl !Send for st_ha_create_table_option
impl !Sync for st_ha_create_table_option
impl Unpin for st_ha_create_table_option
impl UnwindSafe for st_ha_create_table_option
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