pub enum Unlocked {}
Expand description
“Highest” lock level
The lock level for the thing returned by Locked::new
. Users of this crate
should implement LockAfter<Unlocked>
for the root of any lock ordering
trees.
Implementations§
Trait Implementations§
impl LockAfter<Unlocked> for BeforeFsNodeAppend
impl LockAfter<Unlocked> for BpfHelperOps
impl LockAfter<Unlocked> for BpfMapEntries
impl LockAfter<Unlocked> for DeviceOpen
impl LockAfter<Unlocked> for FileOpsCore
impl LockAfter<Unlocked> for FsNodeAppend
impl LockAfter<Unlocked> for KernelIpTables
impl LockAfter<Unlocked> for KernelSwapFiles
impl LockAfter<Unlocked> for MmDumpable
impl LockAfter<Unlocked> for ProcessGroupState
impl LockAfter<Unlocked> for ResourceAccessorAddFile
impl LockAfter<Unlocked> for TaskRelease
impl LockAfter<Unlocked> for UninterruptibleLock
impl LockEqualOrBefore<Unlocked> for Unlocked
Auto Trait Implementations§
impl Freeze for Unlocked
impl RefUnwindSafe for Unlocked
impl Send for Unlocked
impl Sync for Unlocked
impl Unpin for Unlocked
impl UnwindSafe for Unlocked
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