pub enum TracedCategories {
VirtioFs,
VirtioNet,
USB,
gpu_display,
VirtioBlk,
VirtioScsi,
CATEGORY_COUNT,
}
Expand description
The tracing categories that the trace_marker backend supports.
Variants§
VirtioFs
VirtioNet
USB
gpu_display
VirtioBlk
VirtioScsi
CATEGORY_COUNT
Hacky way to get the count of how many tracing categories we have in total.
Auto Trait Implementations§
impl RefUnwindSafe for TracedCategories
impl Send for TracedCategories
impl Sync for TracedCategories
impl Unpin for TracedCategories
impl UnwindSafe for TracedCategories
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