Struct PlatformDiagnosticTraceSlotState
#[repr(transparent)]pub struct PlatformDiagnosticTraceSlotState(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for PlatformDiagnosticTraceSlotState
impl Clone for PlatformDiagnosticTraceSlotState
§fn clone(&self) -> PlatformDiagnosticTraceSlotState
fn clone(&self) -> PlatformDiagnosticTraceSlotState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PlatformDiagnosticTraceSlotState
impl Debug for PlatformDiagnosticTraceSlotState
§impl Default for PlatformDiagnosticTraceSlotState
impl Default for PlatformDiagnosticTraceSlotState
§fn default() -> PlatformDiagnosticTraceSlotState
fn default() -> PlatformDiagnosticTraceSlotState
Returns the “default value” for a type. Read more
impl Copy for PlatformDiagnosticTraceSlotState
impl Eq for PlatformDiagnosticTraceSlotState
impl StructuralPartialEq for PlatformDiagnosticTraceSlotState
Auto Trait Implementations§
impl Freeze for PlatformDiagnosticTraceSlotState
impl RefUnwindSafe for PlatformDiagnosticTraceSlotState
impl Send for PlatformDiagnosticTraceSlotState
impl Sync for PlatformDiagnosticTraceSlotState
impl Unpin for PlatformDiagnosticTraceSlotState
impl UnwindSafe for PlatformDiagnosticTraceSlotState
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