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