#[repr(C)]pub struct aux_key_t {
pub key: c_int,
pub min_off: u64,
pub max_off: u64,
}
Fields§
§key: c_int
§min_off: u64
§max_off: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for aux_key_t
impl RefUnwindSafe for aux_key_t
impl Send for aux_key_t
impl Sync for aux_key_t
impl Unpin for aux_key_t
impl UnwindSafe for aux_key_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