#[repr(u8)]pub enum MrccCtimer2ClkdivReset {
On = 0,
Off = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MrccCtimer2ClkdivReset
impl Clone for MrccCtimer2ClkdivReset
Source§fn clone(&self) -> MrccCtimer2ClkdivReset
fn clone(&self) -> MrccCtimer2ClkdivReset
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 moreSource§impl Debug for MrccCtimer2ClkdivReset
impl Debug for MrccCtimer2ClkdivReset
Source§impl From<MrccCtimer2ClkdivReset> for u8
impl From<MrccCtimer2ClkdivReset> for u8
Source§fn from(val: MrccCtimer2ClkdivReset) -> u8
fn from(val: MrccCtimer2ClkdivReset) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MrccCtimer2ClkdivReset
impl From<u8> for MrccCtimer2ClkdivReset
Source§fn from(val: u8) -> MrccCtimer2ClkdivReset
fn from(val: u8) -> MrccCtimer2ClkdivReset
Converts to this type from the input type.
Source§impl Ord for MrccCtimer2ClkdivReset
impl Ord for MrccCtimer2ClkdivReset
Source§fn cmp(&self, other: &MrccCtimer2ClkdivReset) -> Ordering
fn cmp(&self, other: &MrccCtimer2ClkdivReset) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MrccCtimer2ClkdivReset
impl PartialEq for MrccCtimer2ClkdivReset
Source§impl PartialOrd for MrccCtimer2ClkdivReset
impl PartialOrd for MrccCtimer2ClkdivReset
impl Copy for MrccCtimer2ClkdivReset
impl Eq for MrccCtimer2ClkdivReset
impl StructuralPartialEq for MrccCtimer2ClkdivReset
Auto Trait Implementations§
impl Freeze for MrccCtimer2ClkdivReset
impl RefUnwindSafe for MrccCtimer2ClkdivReset
impl Send for MrccCtimer2ClkdivReset
impl Sync for MrccCtimer2ClkdivReset
impl Unpin for MrccCtimer2ClkdivReset
impl UnwindSafe for MrccCtimer2ClkdivReset
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