Struct mariadb_sys::MDL_key
source · #[repr(C)]pub struct MDL_key {
pub m_length: uint16,
pub m_db_name_length: uint16,
pub m_hash_value: my_hash_value_type,
pub m_ptr: [c_char; 387],
}
Expand description
@sa MDL_key.
Fields§
§m_length: uint16
§m_db_name_length: uint16
§m_hash_value: my_hash_value_type
§m_ptr: [c_char; 387]
Implementations§
source§impl MDL_key
impl MDL_key
pub unsafe fn init_psi_keys()
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MDL_key
impl Send for MDL_key
impl Sync for MDL_key
impl Unpin for MDL_key
impl UnwindSafe for MDL_key
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