#[repr(transparent)]pub struct Intmask(pub u32);Expand description
Interrupt Mask register
Tuple Fields§
§0: u32Implementations§
Source§impl Intmask
impl Intmask
Sourcepub const fn sdio_int_mask(&self) -> bool
pub const fn sdio_int_mask(&self) -> bool
Mask SDIO interrupt.
Sourcepub const fn set_sdio_int_mask(&mut self, val: bool)
pub const fn set_sdio_int_mask(&mut self, val: bool)
Mask SDIO interrupt.
Trait Implementations§
impl Copy for Intmask
impl Eq for Intmask
impl StructuralPartialEq for Intmask
Auto Trait Implementations§
impl Freeze for Intmask
impl RefUnwindSafe for Intmask
impl Send for Intmask
impl Sync for Intmask
impl Unpin for Intmask
impl UnwindSafe for Intmask
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