#[repr(transparent)]pub struct PlatformDiagnosticActionState(pub i32);
Expand description
Required features: ‘System_Diagnostics_TraceReporting’
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for PlatformDiagnosticActionState
impl Clone for PlatformDiagnosticActionState
impl Copy for PlatformDiagnosticActionState
Auto Trait Implementations
impl RefUnwindSafe for PlatformDiagnosticActionState
impl Send for PlatformDiagnosticActionState
impl Sync for PlatformDiagnosticActionState
impl Unpin for PlatformDiagnosticActionState
impl UnwindSafe for PlatformDiagnosticActionState
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