Struct mariadb_sys::casefold_info_st
source · #[repr(C)]pub struct casefold_info_st {
pub maxchar: ulong,
pub page: *const *const MY_CASEFOLD_CHARACTER,
pub simple_weight: *const *const uint16,
}
Fields§
§maxchar: ulong
§page: *const *const MY_CASEFOLD_CHARACTER
§simple_weight: *const *const uint16
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for casefold_info_st
impl !Send for casefold_info_st
impl !Sync for casefold_info_st
impl Unpin for casefold_info_st
impl UnwindSafe for casefold_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