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