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