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