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