#[repr(C)]pub struct UnmapGrantRef {
pub index: u64,
pub count: u32,
pub pad: u32,
}Fields§
§index: u64§count: u32§pad: u32Auto Trait Implementations§
impl Freeze for UnmapGrantRef
impl RefUnwindSafe for UnmapGrantRef
impl Send for UnmapGrantRef
impl Sync for UnmapGrantRef
impl Unpin for UnmapGrantRef
impl UnsafeUnpin for UnmapGrantRef
impl UnwindSafe for UnmapGrantRef
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