#[repr(u16)]pub enum TraceKind {
Kernel = 0,
Thread = 1,
Object = 2,
Context = 3,
Security = 4,
Pager = 5,
Other = 65_535,
}
Expand description
Kinds of tracing events.
Variants§
Trait Implementations§
Source§impl Ord for TraceKind
impl Ord for TraceKind
Source§impl PartialOrd for TraceKind
impl PartialOrd for TraceKind
impl Copy for TraceKind
impl Eq for TraceKind
impl StructuralPartialEq for TraceKind
Auto Trait Implementations§
impl Freeze for TraceKind
impl ObjSafe for TraceKind
impl RefUnwindSafe for TraceKind
impl Send for TraceKind
impl Sync for TraceKind
impl Unpin for TraceKind
impl UnwindSafe for TraceKind
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