Struct xen::grant_table::operations::GrantHandle
source · [−]pub struct GrantHandle { /* private fields */ }
Expand description
Handle to track a mapping created via a grant reference
Fields are private so that a handle cannot be constructed other than by map_grant_entry
.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for GrantHandle
impl Send for GrantHandle
impl Sync for GrantHandle
impl Unpin for GrantHandle
impl UnwindSafe for GrantHandle
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