#[repr(transparent)]pub struct ResStatusIe(pub u32);Expand description
Result Status Interrupt Enable
Tuple Fields§
§0: u32Implementations§
Source§impl ResStatusIe
impl ResStatusIe
Sourcepub const fn set_res0_ie(&mut self, val: bool)
pub const fn set_res0_ie(&mut self, val: bool)
RES0 Interrupt Enable
Sourcepub const fn set_res1_ie(&mut self, val: bool)
pub const fn set_res1_ie(&mut self, val: bool)
RES1 Interrupt Enable
Sourcepub const fn set_res2_ie(&mut self, val: bool)
pub const fn set_res2_ie(&mut self, val: bool)
RES2 Interrupt Enable
Sourcepub const fn set_res3_ie(&mut self, val: bool)
pub const fn set_res3_ie(&mut self, val: bool)
RES3 Interrupt Enable
Trait Implementations§
Source§impl Clone for ResStatusIe
impl Clone for ResStatusIe
Source§fn clone(&self) -> ResStatusIe
fn clone(&self) -> ResStatusIe
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 ResStatusIe
impl Debug for ResStatusIe
Source§impl Default for ResStatusIe
impl Default for ResStatusIe
Source§fn default() -> ResStatusIe
fn default() -> ResStatusIe
Returns the “default value” for a type. Read more
Source§impl PartialEq for ResStatusIe
impl PartialEq for ResStatusIe
impl Copy for ResStatusIe
impl Eq for ResStatusIe
impl StructuralPartialEq for ResStatusIe
Auto Trait Implementations§
impl Freeze for ResStatusIe
impl RefUnwindSafe for ResStatusIe
impl Send for ResStatusIe
impl Sync for ResStatusIe
impl Unpin for ResStatusIe
impl UnwindSafe for ResStatusIe
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