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