pub enum FileAsyncOwnerLock {}Implementations§
Trait Implementations§
Source§impl LockLevel for FileAsyncOwnerLock
impl LockLevel for FileAsyncOwnerLock
impl LockAfter<BeforeFsNodeAppend> for FileAsyncOwnerLock
impl LockAfter<BinderContextManagerLevel> for FileAsyncOwnerLock
impl LockAfter<BinderFreezeLevel> for FileAsyncOwnerLock
impl LockAfter<BinderFsDevicesLevel> for FileAsyncOwnerLock
impl LockAfter<BinderObjectLevel> for FileAsyncOwnerLock
impl LockAfter<BinderProcessStateLevel> for FileAsyncOwnerLock
impl LockAfter<BinderProcsLevel> for FileAsyncOwnerLock
impl LockAfter<BinderThreadStateLock> for FileAsyncOwnerLock
impl LockAfter<DeviceRegistryState> for FileAsyncOwnerLock
impl LockAfter<DirEntryChildrenLevel> for FileAsyncOwnerLock
impl LockAfter<DirEntryChildrenRecursiveLevel> for FileAsyncOwnerLock
impl LockAfter<EbpfMapStateLevel> for FileAsyncOwnerLock
impl LockAfter<EbpfStateLock> for FileAsyncOwnerLock
impl LockAfter<EbpfSuspendLock> for FileAsyncOwnerLock
impl LockAfter<ExecutorVmarManagerLock> for FileAsyncOwnerLock
impl LockAfter<FastrpcInnerState> for FileAsyncOwnerLock
impl LockAfter<FdTableWriterQueueLock> for FileAsyncOwnerLock
impl LockAfter<FileEpollFilesLock> for FileAsyncOwnerLock
impl LockAfter<FileObjectOffset> for FileAsyncOwnerLock
impl LockAfter<FileOpsCore> for FileAsyncOwnerLock
impl LockAfter<FsNodeAppend> for FileAsyncOwnerLock
impl LockAfter<FsNodeInfoLevel> for FileAsyncOwnerLock
impl LockAfter<FsNodeInfoRecursiveLevel> for FileAsyncOwnerLock
impl LockAfter<FsNodeWriteGuardStateLock> for FileAsyncOwnerLock
impl LockAfter<FsRename> for FileAsyncOwnerLock
impl LockAfter<FsRenameRecursive> for FileAsyncOwnerLock
impl LockAfter<FuseDirEntryChildrenLevel> for FileAsyncOwnerLock
impl LockAfter<FuseFsNodeInfoLevel> for FileAsyncOwnerLock
impl LockAfter<FuseFsRenameLevel> for FileAsyncOwnerLock
impl LockAfter<IntervalTimerState> for FileAsyncOwnerLock
impl LockAfter<KernelIpTables> for FileAsyncOwnerLock
impl LockAfter<KernelSwapFiles> for FileAsyncOwnerLock
impl LockAfter<MemoryPressureMonitor> for FileAsyncOwnerLock
impl LockAfter<MemoryPressureMonitorClientState> for FileAsyncOwnerLock
impl LockAfter<MemoryXattrStorageLevel> for FileAsyncOwnerLock
impl LockAfter<MmDumpable> for FileAsyncOwnerLock
impl LockAfter<PerfEventLevel> for FileAsyncOwnerLock
impl LockAfter<PidToKoidMapLock> for FileAsyncOwnerLock
impl LockAfter<ProcessGroupState> for FileAsyncOwnerLock
impl LockAfter<RemoteBinderHandleLevel> for FileAsyncOwnerLock
impl LockAfter<ResourceAccessorLevel> for FileAsyncOwnerLock
impl LockAfter<SignalFdMaskLock> for FileAsyncOwnerLock
impl LockAfter<TaskRelease> for FileAsyncOwnerLock
impl LockAfter<ThreadGroupLimits> for FileAsyncOwnerLock
impl LockAfter<TimerTableStateLock> for FileAsyncOwnerLock
impl LockAfter<UninterruptibleLock> for FileAsyncOwnerLock
impl LockAfter<Unlocked> for FileAsyncOwnerLock
impl LockAfter<UserFaultInner> for FileAsyncOwnerLock
impl LockEqualOrBefore<FileAsyncOwnerLock> for FileAsyncOwnerLock
Auto Trait Implementations§
impl Freeze for FileAsyncOwnerLock
impl RefUnwindSafe for FileAsyncOwnerLock
impl Send for FileAsyncOwnerLock
impl Sync for FileAsyncOwnerLock
impl Unpin for FileAsyncOwnerLock
impl UnsafeUnpin for FileAsyncOwnerLock
impl UnwindSafe for FileAsyncOwnerLock
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