Skip to main content

RemoteBinderControllerLock

Enum RemoteBinderControllerLock 

Source
pub enum RemoteBinderControllerLock {}

Implementations§

Source§

impl RemoteBinderControllerLock

Source

pub const LOCK_ID: usize = 18446744073709551600usize

Trait Implementations§

Source§

impl LockLevel for RemoteBinderControllerLock

Source§

const LOCK_ID: usize = 18446744073709551600usize

The unique identifier for this lock level.
Source§

const NAME: &'static str = "RemoteBinderControllerLock"

The name of the lock level.
Source§

impl LockAfter<BeforeFsNodeAppend> for RemoteBinderControllerLock

Source§

impl LockAfter<BinderContextManagerLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<BinderFreezeLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<BinderFsDevicesLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<BinderObjectLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<BinderProcessStateLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<BinderProcsLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<BinderThreadStateLock> for RemoteBinderControllerLock

Source§

impl LockAfter<DeviceRegistryState> for RemoteBinderControllerLock

Source§

impl LockAfter<DirEntryChildrenLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<DirEntryChildrenRecursiveLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<EbpfMapStateLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<EbpfStateLock> for RemoteBinderControllerLock

Source§

impl LockAfter<EbpfSuspendLock> for RemoteBinderControllerLock

Source§

impl LockAfter<ExecutorVmarManagerLock> for RemoteBinderControllerLock

Source§

impl LockAfter<FastrpcInnerState> for RemoteBinderControllerLock

Source§

impl LockAfter<FdTableWriterQueueLock> for RemoteBinderControllerLock

Source§

impl LockAfter<FileEpollFilesLock> for RemoteBinderControllerLock

Source§

impl LockAfter<FileObjectOffset> for RemoteBinderControllerLock

Source§

impl LockAfter<FileOpsCore> for RemoteBinderControllerLock

Source§

impl LockAfter<FsNodeAppend> for RemoteBinderControllerLock

Source§

impl LockAfter<FsNodeInfoLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<FsNodeInfoRecursiveLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<FsNodeWriteGuardStateLock> for RemoteBinderControllerLock

Source§

impl LockAfter<FsRename> for RemoteBinderControllerLock

Source§

impl LockAfter<FsRenameRecursive> for RemoteBinderControllerLock

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<FuseFsNodeInfoLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<FuseFsRenameLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<IntervalTimerState> for RemoteBinderControllerLock

Source§

impl LockAfter<KernelIpTables> for RemoteBinderControllerLock

Source§

impl LockAfter<KernelSwapFiles> for RemoteBinderControllerLock

Source§

impl LockAfter<MemoryPressureMonitor> for RemoteBinderControllerLock

Source§

impl LockAfter<MemoryPressureMonitorClientState> for RemoteBinderControllerLock

Source§

impl LockAfter<MemoryXattrStorageLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<MmDumpable> for RemoteBinderControllerLock

Source§

impl LockAfter<PerfEventLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<PidToKoidMapLock> for RemoteBinderControllerLock

Source§

impl LockAfter<ProcessGroupState> for RemoteBinderControllerLock

Source§

impl LockAfter<RemoteBinderHandleLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<ResourceAccessorLevel> for RemoteBinderControllerLock

Source§

impl LockAfter<SignalFdMaskLock> for RemoteBinderControllerLock

Source§

impl LockAfter<TaskRelease> for RemoteBinderControllerLock

Source§

impl LockAfter<ThreadGroupLimits> for RemoteBinderControllerLock

Source§

impl LockAfter<TimerTableStateLock> for RemoteBinderControllerLock

Source§

impl LockAfter<UninterruptibleLock> for RemoteBinderControllerLock

Source§

impl LockAfter<Unlocked> for RemoteBinderControllerLock

Source§

impl LockAfter<UserFaultInner> for RemoteBinderControllerLock

Source§

impl LockEqualOrBefore<RemoteBinderControllerLock> for RemoteBinderControllerLock

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