Struct rp_pac::pio::vals::ExecctrlStatusN
source · #[repr(transparent)]pub struct ExecctrlStatusN(pub u8);
Tuple Fields§
§0: u8
Implementations§
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 copy 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)