#[repr(transparent)]pub struct PlatformDiagnosticActionState(pub i32);
Expand description
Required features: "System_Diagnostics_TraceReporting"
Tuple Fields
0: i32
Implementations
impl PlatformDiagnosticActionState
impl PlatformDiagnosticActionState
pub const Success: Self = Self(0i32)
pub const FreeNetworkNotAvailable: Self = Self(1i32)
pub const ACPowerNotAvailable: Self = Self(2i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more