Struct mariadb_sys::st_key_range
source · #[repr(C)]pub struct st_key_range {
pub key: *const uchar,
pub length: uint,
pub keypart_map: key_part_map,
pub flag: Type,
}
Fields§
§key: *const uchar
§length: uint
§keypart_map: key_part_map
§flag: Type
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_key_range
impl !Send for st_key_range
impl !Sync for st_key_range
impl Unpin for st_key_range
impl UnwindSafe for st_key_range
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