#[repr(transparent)]pub struct PlatformDiagnosticEventBufferLatencies(pub u32);
Expand description
Required features: "System_Diagnostics_TraceReporting"
Tuple Fields
0: u32
Implementations
impl PlatformDiagnosticEventBufferLatencies
impl PlatformDiagnosticEventBufferLatencies
pub const Normal: Self = Self(1u32)
pub const CostDeferred: Self = Self(2u32)
pub const Realtime: Self = Self(4u32)
Trait Implementations
impl Copy for PlatformDiagnosticEventBufferLatencies
Auto Trait Implementations
impl RefUnwindSafe for PlatformDiagnosticEventBufferLatencies
impl Send for PlatformDiagnosticEventBufferLatencies
impl Sync for PlatformDiagnosticEventBufferLatencies
impl Unpin for PlatformDiagnosticEventBufferLatencies
impl UnwindSafe for PlatformDiagnosticEventBufferLatencies
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more