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