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