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