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