Struct xen_sys::grant_entry
source · [−]#[repr(C)]pub struct grant_entry {
pub flags: u16,
pub domid: domid_t,
pub frame: u32,
}
Fields
flags: u16
domid: domid_t
frame: u32
Trait Implementations
sourceimpl Clone for grant_entry
impl Clone for grant_entry
sourcefn clone(&self) -> grant_entry
fn clone(&self) -> grant_entry
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for grant_entry
impl Debug for grant_entry
impl Copy for grant_entry
Auto Trait Implementations
impl RefUnwindSafe for grant_entry
impl Send for grant_entry
impl Sync for grant_entry
impl Unpin for grant_entry
impl UnwindSafe for grant_entry
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more