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