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