Struct NapTracingLevel
#[repr(transparent)]pub struct NapTracingLevel(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NapTracingLevel
impl Clone for NapTracingLevel
§fn clone(&self) -> NapTracingLevel
fn clone(&self) -> NapTracingLevel
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 NapTracingLevel
impl Debug for NapTracingLevel
§impl Default for NapTracingLevel
impl Default for NapTracingLevel
§fn default() -> NapTracingLevel
fn default() -> NapTracingLevel
Returns the “default value” for a type. Read more
§impl PartialEq for NapTracingLevel
impl PartialEq for NapTracingLevel
impl Copy for NapTracingLevel
impl Eq for NapTracingLevel
impl StructuralPartialEq for NapTracingLevel
Auto Trait Implementations§
impl Freeze for NapTracingLevel
impl RefUnwindSafe for NapTracingLevel
impl Send for NapTracingLevel
impl Sync for NapTracingLevel
impl Unpin for NapTracingLevel
impl UnwindSafe for NapTracingLevel
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