Struct mariadb_sys::st_key_part_info
source · #[repr(C)]pub struct st_key_part_info {
pub field: *mut Field,
pub offset: uint,
pub null_offset: uint,
pub length: uint,
pub store_length: uint,
pub key_type: uint16,
pub fieldnr: field_index_t,
pub key_part_flag: uint16,
pub type_: uint8,
pub null_bit: uint8,
}Fields§
§field: *mut Field§offset: uint§null_offset: uint§length: uint§store_length: uint§key_type: uint16§fieldnr: field_index_t§key_part_flag: uint16§type_: uint8§null_bit: uint8Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_key_part_info
impl !Send for st_key_part_info
impl !Sync for st_key_part_info
impl Unpin for st_key_part_info
impl UnwindSafe for st_key_part_info
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