Enum Tracediven
pub enum Tracediven {
_0 = 0,
_1 = 1,
}Expand description
Debug Trace Divider control
Value on reset: 1
Variants§
Trait Implementations§
§impl Clone for Tracediven
impl Clone for Tracediven
§fn clone(&self) -> Tracediven
fn clone(&self) -> Tracediven
Returns a duplicate 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 Tracediven
impl Debug for Tracediven
§impl Format for Tracediven
impl Format for Tracediven
§impl From<Tracediven> for bool
impl From<Tracediven> for bool
§fn from(variant: Tracediven) -> Self
fn from(variant: Tracediven) -> Self
Converts to this type from the input type.
§impl PartialEq for Tracediven
impl PartialEq for Tracediven
impl Copy for Tracediven
impl Eq for Tracediven
impl StructuralPartialEq for Tracediven
Auto Trait Implementations§
impl Freeze for Tracediven
impl RefUnwindSafe for Tracediven
impl Send for Tracediven
impl Sync for Tracediven
impl Unpin for Tracediven
impl UnwindSafe for Tracediven
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