pub enum RawEventKind {
AppTransition,
BinderTransaction,
ProcStateChange,
FileSystemAccess,
NotificationPosted,
NotificationInteraction,
ScreenState,
SystemState,
}Expand description
原始事件类型。
Variants§
AppTransition
UsageStatsManager 应用前后台切换。
BinderTransaction
Binder 事务。
ProcStateChange
/proc 进程状态变化。
FileSystemAccess
文件系统访问。
NotificationPosted
通知到达。
NotificationInteraction
通知交互。
ScreenState
屏幕状态。
SystemState
系统状态。
Trait Implementations§
Source§impl Clone for RawEventKind
impl Clone for RawEventKind
Source§fn clone(&self) -> RawEventKind
fn clone(&self) -> RawEventKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RawEventKind
impl Debug for RawEventKind
Source§impl PartialEq for RawEventKind
impl PartialEq for RawEventKind
impl Copy for RawEventKind
impl Eq for RawEventKind
impl StructuralPartialEq for RawEventKind
Auto Trait Implementations§
impl Freeze for RawEventKind
impl RefUnwindSafe for RawEventKind
impl Send for RawEventKind
impl Sync for RawEventKind
impl Unpin for RawEventKind
impl UnsafeUnpin for RawEventKind
impl UnwindSafe for RawEventKind
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