Struct mariadb_sys::my_uca_level_info_st
source · #[repr(C)]pub struct my_uca_level_info_st {
pub maxchar: ulong,
pub lengths: *mut uchar,
pub weights: *mut *mut uint16,
pub contractions: MY_CONTRACTIONS,
pub levelno: uint,
pub contraction_hash: MY_UCA_CONTRACTION_HASH,
pub booster: *mut MY_UCA_LEVEL_BOOSTER,
}
Fields§
§maxchar: ulong
§lengths: *mut uchar
§weights: *mut *mut uint16
§contractions: MY_CONTRACTIONS
§levelno: uint
§contraction_hash: MY_UCA_CONTRACTION_HASH
§booster: *mut MY_UCA_LEVEL_BOOSTER
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for my_uca_level_info_st
impl !Send for my_uca_level_info_st
impl !Sync for my_uca_level_info_st
impl Unpin for my_uca_level_info_st
impl UnwindSafe for my_uca_level_info_st
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