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