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