Enum vm_resource::kind::DiskHandleKind
source · pub enum DiskHandleKind {}
Expand description
A disk resource kind, where the underlying resources have already been opened in a privileged context.
Trait Implementations§
source§impl ResourceKind for DiskHandleKind
impl ResourceKind for DiskHandleKind
Auto Trait Implementations§
impl Freeze for DiskHandleKind
impl RefUnwindSafe for DiskHandleKind
impl Send for DiskHandleKind
impl Sync for DiskHandleKind
impl Unpin for DiskHandleKind
impl UnwindSafe for DiskHandleKind
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