Struct mariadb_sys::casefold_info_char_t
source · #[repr(C)]pub struct casefold_info_char_t {
pub toupper: uint32,
pub tolower: uint32,
}
Fields§
§toupper: uint32
§tolower: uint32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for casefold_info_char_t
impl Send for casefold_info_char_t
impl Sync for casefold_info_char_t
impl Unpin for casefold_info_char_t
impl UnwindSafe for casefold_info_char_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