#[repr(transparent)]pub struct ExecctrlStatusN(pub u8);Tuple Fields§
§0: u8Implementations§
Source§impl ExecctrlStatusN
impl ExecctrlStatusN
Sourcepub const IRQ_PREVPIO: Self
pub const IRQ_PREVPIO: Self
Index 0-7 of an IRQ flag in the next lower-numbered PIO block
Sourcepub const IRQ_NEXTPIO: Self
pub const IRQ_NEXTPIO: Self
Index 0-7 of an IRQ flag in the next higher-numbered PIO block
Trait Implementations§
Source§impl Clone for ExecctrlStatusN
impl Clone for ExecctrlStatusN
Source§fn clone(&self) -> ExecctrlStatusN
fn clone(&self) -> ExecctrlStatusN
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExecctrlStatusN
impl Debug for ExecctrlStatusN
Source§impl From<ExecctrlStatusN> for u8
impl From<ExecctrlStatusN> for u8
Source§fn from(val: ExecctrlStatusN) -> u8
fn from(val: ExecctrlStatusN) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ExecctrlStatusN
impl From<u8> for ExecctrlStatusN
Source§fn from(val: u8) -> ExecctrlStatusN
fn from(val: u8) -> ExecctrlStatusN
Converts to this type from the input type.
Source§impl Ord for ExecctrlStatusN
impl Ord for ExecctrlStatusN
Source§fn cmp(&self, other: &ExecctrlStatusN) -> Ordering
fn cmp(&self, other: &ExecctrlStatusN) -> 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 ExecctrlStatusN
impl PartialEq for ExecctrlStatusN
Source§impl PartialOrd for ExecctrlStatusN
impl PartialOrd for ExecctrlStatusN
impl Copy for ExecctrlStatusN
impl Eq for ExecctrlStatusN
impl StructuralPartialEq for ExecctrlStatusN
Auto Trait Implementations§
impl Freeze for ExecctrlStatusN
impl RefUnwindSafe for ExecctrlStatusN
impl Send for ExecctrlStatusN
impl Sync for ExecctrlStatusN
impl Unpin for ExecctrlStatusN
impl UnwindSafe for ExecctrlStatusN
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