pub enum BinderProcessStateLevel {}Implementations§
Trait Implementations§
Source§impl LockLevel for BinderProcessStateLevel
impl LockLevel for BinderProcessStateLevel
impl LockAfter<BeforeFsNodeAppend> for BinderProcessStateLevel
impl LockAfter<BinderFreezeLevel> for BinderProcessStateLevel
impl LockAfter<BinderProcessStateLevel> for BinderContextManagerLevel
impl LockAfter<BinderProcessStateLevel> for BinderObjectLevel
impl LockAfter<BinderProcessStateLevel> for TerminalLock
impl LockAfter<BinderProcsLevel> for BinderProcessStateLevel
impl LockAfter<FileObjectOffset> for BinderProcessStateLevel
impl LockAfter<FileOpsCore> for BinderProcessStateLevel
impl LockAfter<FsNodeAppend> for BinderProcessStateLevel
impl LockAfter<FuseDirEntryChildrenLevel> for BinderProcessStateLevel
impl LockAfter<FuseFsRenameLevel> for BinderProcessStateLevel
impl LockAfter<RemoteBinderHandleLevel> for BinderProcessStateLevel
impl LockAfter<ResourceAccessorLevel> for BinderProcessStateLevel
impl LockAfter<TaskRelease> for BinderProcessStateLevel
impl LockAfter<UninterruptibleLock> for BinderProcessStateLevel
impl LockAfter<Unlocked> for BinderProcessStateLevel
impl LockEqualOrBefore<BinderProcessStateLevel> for BinderProcessStateLevel
Auto Trait Implementations§
impl Freeze for BinderProcessStateLevel
impl RefUnwindSafe for BinderProcessStateLevel
impl Send for BinderProcessStateLevel
impl Sync for BinderProcessStateLevel
impl Unpin for BinderProcessStateLevel
impl UnsafeUnpin for BinderProcessStateLevel
impl UnwindSafe for BinderProcessStateLevel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more