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