pub enum TouchPowerPolicyEnabledLock {}Implementations§
Trait Implementations§
impl LockAfter<BeforeFsNodeAppend> for TouchPowerPolicyEnabledLock
impl LockAfter<BinderContextManagerLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<BinderFreezeLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<BinderFsDevicesLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<BinderObjectLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<BinderProcessStateLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<BinderProcsLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<BinderThreadStateLock> for TouchPowerPolicyEnabledLock
impl LockAfter<DeviceRegistryState> for TouchPowerPolicyEnabledLock
impl LockAfter<DirEntryChildrenLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<DirEntryChildrenRecursiveLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<EbpfMapStateLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<EbpfStateLock> for TouchPowerPolicyEnabledLock
impl LockAfter<EbpfSuspendLock> for TouchPowerPolicyEnabledLock
impl LockAfter<ExecutorVmarManagerLock> for TouchPowerPolicyEnabledLock
impl LockAfter<FastrpcInnerState> for TouchPowerPolicyEnabledLock
impl LockAfter<FdTableWriterQueueLock> for TouchPowerPolicyEnabledLock
impl LockAfter<FileEpollFilesLock> for TouchPowerPolicyEnabledLock
impl LockAfter<FileObjectOffset> for TouchPowerPolicyEnabledLock
impl LockAfter<FileOpsCore> for TouchPowerPolicyEnabledLock
impl LockAfter<FsNodeAppend> for TouchPowerPolicyEnabledLock
impl LockAfter<FsNodeInfoLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<FsNodeInfoRecursiveLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<FsNodeWriteGuardStateLock> for TouchPowerPolicyEnabledLock
impl LockAfter<FsRename> for TouchPowerPolicyEnabledLock
impl LockAfter<FsRenameRecursive> for TouchPowerPolicyEnabledLock
impl LockAfter<FuseDirEntryChildrenLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<FuseFsNodeInfoLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<FuseFsRenameLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<IntervalTimerState> for TouchPowerPolicyEnabledLock
impl LockAfter<KernelIpTables> for TouchPowerPolicyEnabledLock
impl LockAfter<KernelSwapFiles> for TouchPowerPolicyEnabledLock
impl LockAfter<MemoryPressureMonitor> for TouchPowerPolicyEnabledLock
impl LockAfter<MemoryPressureMonitorClientState> for TouchPowerPolicyEnabledLock
impl LockAfter<MemoryXattrStorageLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<MmDumpable> for TouchPowerPolicyEnabledLock
impl LockAfter<PerfEventLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<PidToKoidMapLock> for TouchPowerPolicyEnabledLock
impl LockAfter<ProcessGroupState> for TouchPowerPolicyEnabledLock
impl LockAfter<RemoteBinderHandleLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<ResourceAccessorLevel> for TouchPowerPolicyEnabledLock
impl LockAfter<SignalFdMaskLock> for TouchPowerPolicyEnabledLock
impl LockAfter<TaskRelease> for TouchPowerPolicyEnabledLock
impl LockAfter<ThreadGroupLimits> for TouchPowerPolicyEnabledLock
impl LockAfter<TimerTableStateLock> for TouchPowerPolicyEnabledLock
impl LockAfter<UninterruptibleLock> for TouchPowerPolicyEnabledLock
impl LockAfter<Unlocked> for TouchPowerPolicyEnabledLock
impl LockAfter<UserFaultInner> for TouchPowerPolicyEnabledLock
impl LockEqualOrBefore<TouchPowerPolicyEnabledLock> for TouchPowerPolicyEnabledLock
Auto Trait Implementations§
impl Freeze for TouchPowerPolicyEnabledLock
impl RefUnwindSafe for TouchPowerPolicyEnabledLock
impl Send for TouchPowerPolicyEnabledLock
impl Sync for TouchPowerPolicyEnabledLock
impl Unpin for TouchPowerPolicyEnabledLock
impl UnsafeUnpin for TouchPowerPolicyEnabledLock
impl UnwindSafe for TouchPowerPolicyEnabledLock
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