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