Skip to main content

ExecutorVmarManagerLock

Enum ExecutorVmarManagerLock 

Source
pub enum ExecutorVmarManagerLock {}

Implementations§

Trait Implementations§

Source§

impl LockLevel for ExecutorVmarManagerLock

Source§

const LOCK_ID: usize = 224usize

The unique identifier for this lock level.
Source§

const NAME: &'static str = "ExecutorVmarManagerLock"

The name of the lock level.
Source§

impl LockAfter<BeforeFsNodeAppend> for ExecutorVmarManagerLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for AioEventsLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for AioPendingOperationsLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for AuditQueueLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for BootedLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for ComponentControllerLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for DeviceTerminalsLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for EventFdInnerLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for EventHandlerReadyQueueLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for FileAsyncOwnerLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for FileLeaseLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for FileServerStatsLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for FileSystemEntriesLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for FileSystemPermanentLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for FsNodeFlockInfoLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for FsNodeFsVerityLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for FsRegistryLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for FuchsiaRemoteTargetLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for FutexTableStateLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for HrTimerIsIntervalLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for HrTimerManagerStateLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for IcmpPingGidsLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for InotifyWatchersLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for IoUringStateLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for MapInfoCacheBufLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for MemoryAttributionPublisherLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for NamespaceFlagsLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for PagerFilesByInodeLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for PagerFilesystemsLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for PerfFormatIdLookupTableLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for PerfRingBufferStateLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for PidToKoidMapLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for PowerMessageCountersLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for PtsIdsSetLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for RemoteBinderControllerLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for RwQueueInnerLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for SeLinuxPeerSidLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for SeLinuxPendingEntriesLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for SeLinuxPendingFileSystemsLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for SeLinuxUpdateLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for SocketStateLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for StubBytesFileStateLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for SuspendResumeManagerInnerLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for SyscallLogFiltersLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for SyslogStateLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for TaskCommandLevel

Source§

impl LockAfter<ExecutorVmarManagerLock> for ThreadGroupPendingSignalsLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for ThreadGroupPtraceesLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for TouchPowerPolicyEnabledLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for UtsNamespaceLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for VmspliceSegmentsLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for WaiterEventHandlerLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for WakeSourcesLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for WakeWatchersLock

Source§

impl LockAfter<FileObjectOffset> for ExecutorVmarManagerLock

Source§

impl LockAfter<FileOpsCore> for ExecutorVmarManagerLock

Source§

impl LockAfter<FsNodeAppend> for ExecutorVmarManagerLock

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for ExecutorVmarManagerLock

Source§

impl LockAfter<FuseFsNodeInfoLevel> for ExecutorVmarManagerLock

Source§

impl LockAfter<FuseFsRenameLevel> for ExecutorVmarManagerLock

Source§

impl LockAfter<ResourceAccessorLevel> for ExecutorVmarManagerLock

Source§

impl LockAfter<TaskRelease> for ExecutorVmarManagerLock

Source§

impl LockAfter<UninterruptibleLock> for ExecutorVmarManagerLock

Source§

impl LockAfter<Unlocked> for ExecutorVmarManagerLock

Source§

impl LockEqualOrBefore<ExecutorVmarManagerLock> for ExecutorVmarManagerLock

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<B, A> LockBefore<B> for A
where B: LockAfter<A>,

Source§

impl<B, A> LockEqualOrBefore<B> for A
where A: LockBefore<B>,