Skip to main content

FuseDirEntryChildrenLevel

Enum FuseDirEntryChildrenLevel 

Source
pub enum FuseDirEntryChildrenLevel {}

Implementations§

Trait Implementations§

Source§

impl LockLevel for FuseDirEntryChildrenLevel

Source§

const LOCK_ID: usize = 64usize

The unique identifier for this lock level.
Source§

const NAME: &'static str = "FuseDirEntryChildrenLevel"

The name of the lock level.
Source§

impl LockAfter<FuseDirEntryChildrenLevel> for BinderContextManagerLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for BinderFreezeLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for BinderFsDevicesLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for BinderObjectLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for BinderProcessStateLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for BinderProcsLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for DeviceRegistryState

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for DirEntryChildrenLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for DirEntryChildrenRecursiveLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for EbpfMapStateLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for EbpfStateLock

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for EbpfSuspendLock

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for FastrpcInnerState

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for FsRename

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for FsRenameRecursive

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for KernelIpTables

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for KernelSwapFiles

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for MemoryPressureMonitor

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for MemoryPressureMonitorClientState

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for MemoryXattrStorageLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for MmDumpable

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for ProcessGroupState

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for RemoteBinderHandleLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for TerminalLock

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for ThreadGroupLimits

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for UninterruptibleLock

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for UserFaultInner

Source§

impl LockAfter<FuseFsRenameLevel> for FuseDirEntryChildrenLevel

Source§

impl LockAfter<Unlocked> for FuseDirEntryChildrenLevel

Source§

impl LockEqualOrBefore<FuseDirEntryChildrenLevel> for FuseDirEntryChildrenLevel

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