#[repr(transparent)]pub struct PlatformDiagnosticEventBufferLatencies(pub u32);
Expand description
Required features: ‘System_Diagnostics_TraceReporting’
Tuple Fields
0: u32
Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more