#[repr(u8)]pub enum SfOrInten {
SF_OR_INTEN_0 = 0,
SF_OR_INTEN_1 = 1,
}Variants§
SF_OR_INTEN_0 = 0
STATFIFO overrun interrupt is disabled
SF_OR_INTEN_1 = 1
STATFIFO overrun interrupt is enabled
Implementations§
Trait Implementations§
Source§impl Ord for SfOrInten
impl Ord for SfOrInten
Source§impl PartialOrd for SfOrInten
impl PartialOrd for SfOrInten
impl Copy for SfOrInten
impl Eq for SfOrInten
impl StructuralPartialEq for SfOrInten
Auto Trait Implementations§
impl Freeze for SfOrInten
impl RefUnwindSafe for SfOrInten
impl Send for SfOrInten
impl Sync for SfOrInten
impl Unpin for SfOrInten
impl UnwindSafe for SfOrInten
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