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