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