Skip to main content

BinderProcessSharedMemoryLevel

Enum BinderProcessSharedMemoryLevel 

Source
pub enum BinderProcessSharedMemoryLevel {}

Implementations§

Trait Implementations§

Source§

impl LockLevel for BinderProcessSharedMemoryLevel

Source§

const LOCK_ID: usize = 352usize

The unique identifier for this lock level.
Source§

const NAME: &'static str = "BinderProcessSharedMemoryLevel"

The name of the lock level.
Source§

impl LockAfter<BeforeFsNodeAppend> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for BinderContextManagerLevel

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for BinderFreezeLevel

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for BinderFsDevicesLevel

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for BinderObjectLevel

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for BinderProcessStateLevel

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for DeviceRegistryState

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for DirEntryChildrenLevel

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for DirEntryChildrenRecursiveLevel

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for FsRename

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for FsRenameRecursive

Source§

impl LockAfter<BinderProcessSharedMemoryLevel> for TerminalLock

Source§

impl LockAfter<BinderProcsLevel> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<FileObjectOffset> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<FileOpsCore> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<FsNodeAppend> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<FuseDirEntryChildrenLevel> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<FuseFsRenameLevel> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<RemoteBinderHandleLevel> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<ResourceAccessorLevel> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<TaskRelease> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<UninterruptibleLock> for BinderProcessSharedMemoryLevel

Source§

impl LockAfter<Unlocked> for BinderProcessSharedMemoryLevel

Source§

impl LockEqualOrBefore<BinderProcessSharedMemoryLevel> for BinderProcessSharedMemoryLevel

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