#[repr(C)]pub struct GrantRef {
pub domid: u32,
pub reference: u32,
}Fields§
§domid: u32§reference: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for GrantRef
impl RefUnwindSafe for GrantRef
impl Send for GrantRef
impl Sync for GrantRef
impl Unpin for GrantRef
impl UnsafeUnpin for GrantRef
impl UnwindSafe for GrantRef
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