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