Struct mariadb_sys::my_uca_level_booster_t
source · #[repr(C)]pub struct my_uca_level_booster_t {
pub weight_strings_2bytes: [MY_UCA_2BYTES_ITEM; 65536],
pub weight_strings_2bytes_to_1_or_2_weights: [MY_UCA_WEIGHT2; 65536],
}
Fields§
§weight_strings_2bytes: [MY_UCA_2BYTES_ITEM; 65536]
§weight_strings_2bytes_to_1_or_2_weights: [MY_UCA_WEIGHT2; 65536]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for my_uca_level_booster_t
impl Send for my_uca_level_booster_t
impl Sync for my_uca_level_booster_t
impl Unpin for my_uca_level_booster_t
impl UnwindSafe for my_uca_level_booster_t
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