Struct mariadb_sys::st_hash
source · #[repr(C)]pub struct st_hash {
pub key_offset: usize,
pub key_length: usize,
pub blength: usize,
pub records: ulong,
pub flags: uint,
pub array: DYNAMIC_ARRAY,
pub get_key: my_hash_get_key,
pub hash_function: my_hash_function,
pub free: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
pub charset: *const charset_info_st,
}
Fields§
§key_offset: usize
§key_length: usize
§blength: usize
§records: ulong
§flags: uint
§array: DYNAMIC_ARRAY
§get_key: my_hash_get_key
§hash_function: my_hash_function
§free: Option<unsafe extern "C" fn(arg1: *mut c_void)>
§charset: *const charset_info_st
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_hash
impl !Send for st_hash
impl !Sync for st_hash
impl Unpin for st_hash
impl UnwindSafe for st_hash
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