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