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