Struct mariadb_sys::my_uni_idx_st
source · #[repr(C)]pub struct my_uni_idx_st {
pub from: uint16,
pub to: uint16,
pub tab: *const uchar,
}
Fields§
§from: uint16
§to: uint16
§tab: *const uchar
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for my_uni_idx_st
impl !Send for my_uni_idx_st
impl !Sync for my_uni_idx_st
impl Unpin for my_uni_idx_st
impl UnwindSafe for my_uni_idx_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