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