#[repr(u8)]pub enum MrccCtimer4ClkdivReset {
On = 0,
Off = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MrccCtimer4ClkdivReset
impl Clone for MrccCtimer4ClkdivReset
Source§fn clone(&self) -> MrccCtimer4ClkdivReset
fn clone(&self) -> MrccCtimer4ClkdivReset
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 MrccCtimer4ClkdivReset
impl Debug for MrccCtimer4ClkdivReset
Source§impl From<MrccCtimer4ClkdivReset> for u8
impl From<MrccCtimer4ClkdivReset> for u8
Source§fn from(val: MrccCtimer4ClkdivReset) -> u8
fn from(val: MrccCtimer4ClkdivReset) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MrccCtimer4ClkdivReset
impl From<u8> for MrccCtimer4ClkdivReset
Source§fn from(val: u8) -> MrccCtimer4ClkdivReset
fn from(val: u8) -> MrccCtimer4ClkdivReset
Converts to this type from the input type.
Source§impl Ord for MrccCtimer4ClkdivReset
impl Ord for MrccCtimer4ClkdivReset
Source§fn cmp(&self, other: &MrccCtimer4ClkdivReset) -> Ordering
fn cmp(&self, other: &MrccCtimer4ClkdivReset) -> 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 MrccCtimer4ClkdivReset
impl PartialEq for MrccCtimer4ClkdivReset
Source§impl PartialOrd for MrccCtimer4ClkdivReset
impl PartialOrd for MrccCtimer4ClkdivReset
impl Copy for MrccCtimer4ClkdivReset
impl Eq for MrccCtimer4ClkdivReset
impl StructuralPartialEq for MrccCtimer4ClkdivReset
Auto Trait Implementations§
impl Freeze for MrccCtimer4ClkdivReset
impl RefUnwindSafe for MrccCtimer4ClkdivReset
impl Send for MrccCtimer4ClkdivReset
impl Sync for MrccCtimer4ClkdivReset
impl Unpin for MrccCtimer4ClkdivReset
impl UnwindSafe for MrccCtimer4ClkdivReset
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