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