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