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