#[repr(transparent)]pub struct PkcIntStatus(pub u32);Expand description
Interrupt status
Tuple Fields§
§0: u32Implementations§
Source§impl PkcIntStatus
impl PkcIntStatus
Trait Implementations§
Source§impl Clone for PkcIntStatus
impl Clone for PkcIntStatus
Source§fn clone(&self) -> PkcIntStatus
fn clone(&self) -> PkcIntStatus
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 PkcIntStatus
impl Debug for PkcIntStatus
Source§impl Default for PkcIntStatus
impl Default for PkcIntStatus
Source§fn default() -> PkcIntStatus
fn default() -> PkcIntStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for PkcIntStatus
impl PartialEq for PkcIntStatus
impl Copy for PkcIntStatus
impl Eq for PkcIntStatus
impl StructuralPartialEq for PkcIntStatus
Auto Trait Implementations§
impl Freeze for PkcIntStatus
impl RefUnwindSafe for PkcIntStatus
impl Send for PkcIntStatus
impl Sync for PkcIntStatus
impl Unpin for PkcIntStatus
impl UnwindSafe for PkcIntStatus
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