Struct mariadb_sys::st_key_multi_range
source · #[repr(C)]pub struct st_key_multi_range {
pub start_key: key_range,
pub end_key: key_range,
pub ptr: range_id_t,
pub range_flag: uint,
}
Fields§
§start_key: key_range
§end_key: key_range
§ptr: range_id_t
§range_flag: uint
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_key_multi_range
impl !Send for st_key_multi_range
impl !Sync for st_key_multi_range
impl Unpin for st_key_multi_range
impl UnwindSafe for st_key_multi_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