Skip to main content

IntervalTimerState

Enum IntervalTimerState 

Source
pub enum IntervalTimerState {}

Implementations§

Trait Implementations§

Source§

impl LockLevel for IntervalTimerState

Source§

const LOCK_ID: usize = 272usize

The unique identifier for this lock level.
Source§

const NAME: &'static str = "IntervalTimerState"

The name of the lock level.
Source§

impl LockAfter<BeforeFsNodeAppend> for IntervalTimerState

Source§

impl LockAfter<FileObjectOffset> for IntervalTimerState

Source§

impl LockAfter<FileOpsCore> for IntervalTimerState

Source§

impl LockAfter<FsNodeAppend> for IntervalTimerState

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for IntervalTimerState

Source§

impl LockAfter<FuseFsNodeInfoLevel> for IntervalTimerState

Source§

impl LockAfter<FuseFsRenameLevel> for IntervalTimerState

Source§

impl LockAfter<IntervalTimerState> for AioEventsLock

Source§

impl LockAfter<IntervalTimerState> for AioPendingOperationsLock

Source§

impl LockAfter<IntervalTimerState> for AuditQueueLock

Source§

impl LockAfter<IntervalTimerState> for BootedLock

Source§

impl LockAfter<IntervalTimerState> for ComponentControllerLock

Source§

impl LockAfter<IntervalTimerState> for DeviceTerminalsLock

Source§

impl LockAfter<IntervalTimerState> for EventFdInnerLock

Source§

impl LockAfter<IntervalTimerState> for EventHandlerReadyQueueLock

Source§

impl LockAfter<IntervalTimerState> for FileAsyncOwnerLock

Source§

impl LockAfter<IntervalTimerState> for FileLeaseLock

Source§

impl LockAfter<IntervalTimerState> for FileServerStatsLock

Source§

impl LockAfter<IntervalTimerState> for FileSystemEntriesLock

Source§

impl LockAfter<IntervalTimerState> for FileSystemPermanentLock

Source§

impl LockAfter<IntervalTimerState> for FsNodeFlockInfoLock

Source§

impl LockAfter<IntervalTimerState> for FsNodeFsVerityLock

Source§

impl LockAfter<IntervalTimerState> for FsRegistryLock

Source§

impl LockAfter<IntervalTimerState> for FuchsiaRemoteTargetLock

Source§

impl LockAfter<IntervalTimerState> for FutexTableStateLock

Source§

impl LockAfter<IntervalTimerState> for HrTimerIsIntervalLock

Source§

impl LockAfter<IntervalTimerState> for HrTimerManagerStateLock

Source§

impl LockAfter<IntervalTimerState> for IcmpPingGidsLock

Source§

impl LockAfter<IntervalTimerState> for InotifyWatchersLock

Source§

impl LockAfter<IntervalTimerState> for IoUringStateLock

Source§

impl LockAfter<IntervalTimerState> for MapInfoCacheBufLock

Source§

impl LockAfter<IntervalTimerState> for MemoryAttributionPublisherLock

Source§

impl LockAfter<IntervalTimerState> for NamespaceFlagsLock

Source§

impl LockAfter<IntervalTimerState> for PagerFilesByInodeLock

Source§

impl LockAfter<IntervalTimerState> for PagerFilesystemsLock

Source§

impl LockAfter<IntervalTimerState> for PerfFormatIdLookupTableLock

Source§

impl LockAfter<IntervalTimerState> for PerfRingBufferStateLock

Source§

impl LockAfter<IntervalTimerState> for PowerMessageCountersLock

Source§

impl LockAfter<IntervalTimerState> for PtsIdsSetLock

Source§

impl LockAfter<IntervalTimerState> for RemoteBinderControllerLock

Source§

impl LockAfter<IntervalTimerState> for RwQueueInnerLock

Source§

impl LockAfter<IntervalTimerState> for SeLinuxPeerSidLock

Source§

impl LockAfter<IntervalTimerState> for SeLinuxPendingEntriesLock

Source§

impl LockAfter<IntervalTimerState> for SeLinuxPendingFileSystemsLock

Source§

impl LockAfter<IntervalTimerState> for SeLinuxUpdateLock

Source§

impl LockAfter<IntervalTimerState> for SocketStateLock

Source§

impl LockAfter<IntervalTimerState> for StubBytesFileStateLock

Source§

impl LockAfter<IntervalTimerState> for SuspendResumeManagerInnerLock

Source§

impl LockAfter<IntervalTimerState> for SyscallLogFiltersLock

Source§

impl LockAfter<IntervalTimerState> for SyslogStateLock

Source§

impl LockAfter<IntervalTimerState> for TaskCommandLevel

Source§

impl LockAfter<IntervalTimerState> for ThreadGroupPendingSignalsLock

Source§

impl LockAfter<IntervalTimerState> for ThreadGroupPtraceesLock

Source§

impl LockAfter<IntervalTimerState> for TouchPowerPolicyEnabledLock

Source§

impl LockAfter<IntervalTimerState> for UtsNamespaceLock

Source§

impl LockAfter<IntervalTimerState> for VmspliceSegmentsLock

Source§

impl LockAfter<IntervalTimerState> for WaiterEventHandlerLock

Source§

impl LockAfter<IntervalTimerState> for WakeSourcesLock

Source§

impl LockAfter<IntervalTimerState> for WakeWatchersLock

Source§

impl LockAfter<ResourceAccessorLevel> for IntervalTimerState

Source§

impl LockAfter<TaskRelease> for IntervalTimerState

Source§

impl LockAfter<UninterruptibleLock> for IntervalTimerState

Source§

impl LockAfter<Unlocked> for IntervalTimerState

Source§

impl LockEqualOrBefore<IntervalTimerState> for IntervalTimerState

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>,