pub enum MmDumpable {}
Trait Implementations§
impl LockAfter<BeforeFsNodeAppend> for MmDumpable
impl LockAfter<DeviceOpen> for MmDumpable
impl LockAfter<FileOpsCore> for MmDumpable
impl LockAfter<FsNodeAppend> for MmDumpable
impl LockAfter<ResourceAccessorAddFile> for MmDumpable
impl LockAfter<TaskRelease> for MmDumpable
impl LockAfter<UninterruptibleLock> for MmDumpable
impl LockAfter<Unlocked> for MmDumpable
impl LockEqualOrBefore<MmDumpable> for MmDumpable
Auto Trait Implementations§
impl Freeze for MmDumpable
impl RefUnwindSafe for MmDumpable
impl Send for MmDumpable
impl Sync for MmDumpable
impl Unpin for MmDumpable
impl UnwindSafe for MmDumpable
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