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