Struct xenplatform::sys::GrantEntry
source · #[repr(C)]pub struct GrantEntry {
pub flags: u16,
pub domid: u16,
pub frame: u32,
}Fields§
§flags: u16§domid: u16§frame: u32Auto 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