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