pub enum BinderContextManagerLevel {}Implementations§
Trait Implementations§
impl LockAfter<BeforeFsNodeAppend> for BinderContextManagerLevel
impl LockAfter<BinderContextManagerLevel> for TerminalLock
impl LockAfter<BinderFreezeLevel> for BinderContextManagerLevel
impl LockAfter<BinderProcessStateLevel> for BinderContextManagerLevel
impl LockAfter<BinderProcsLevel> for BinderContextManagerLevel
impl LockAfter<FileObjectOffset> for BinderContextManagerLevel
impl LockAfter<FileOpsCore> for BinderContextManagerLevel
impl LockAfter<FsNodeAppend> for BinderContextManagerLevel
impl LockAfter<FuseDirEntryChildrenLevel> for BinderContextManagerLevel
impl LockAfter<FuseFsRenameLevel> for BinderContextManagerLevel
impl LockAfter<RemoteBinderHandleLevel> for BinderContextManagerLevel
impl LockAfter<ResourceAccessorLevel> for BinderContextManagerLevel
impl LockAfter<TaskRelease> for BinderContextManagerLevel
impl LockAfter<UninterruptibleLock> for BinderContextManagerLevel
impl LockAfter<Unlocked> for BinderContextManagerLevel
impl LockEqualOrBefore<BinderContextManagerLevel> for BinderContextManagerLevel
Auto Trait Implementations§
impl Freeze for BinderContextManagerLevel
impl RefUnwindSafe for BinderContextManagerLevel
impl Send for BinderContextManagerLevel
impl Sync for BinderContextManagerLevel
impl Unpin for BinderContextManagerLevel
impl UnsafeUnpin for BinderContextManagerLevel
impl UnwindSafe for BinderContextManagerLevel
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