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