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