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