#[repr(transparent)]pub struct Mbc0NseBlkClrAll(pub u32);Expand description
MBC NonSecure Enable Block Clear All
Tuple Fields§
§0: u32Implementations§
Source§impl Mbc0NseBlkClrAll
impl Mbc0NseBlkClrAll
Sourcepub const fn set_memsel(&mut self, val: u8)
pub const fn set_memsel(&mut self, val: u8)
Memory Select
Sourcepub const fn did_sel0(&self) -> Mbc0NseBlkClrAllDidSel0
pub const fn did_sel0(&self) -> Mbc0NseBlkClrAllDidSel0
DID Select
Sourcepub const fn set_did_sel0(&mut self, val: Mbc0NseBlkClrAllDidSel0)
pub const fn set_did_sel0(&mut self, val: Mbc0NseBlkClrAllDidSel0)
DID Select
Trait Implementations§
Source§impl Clone for Mbc0NseBlkClrAll
impl Clone for Mbc0NseBlkClrAll
Source§fn clone(&self) -> Mbc0NseBlkClrAll
fn clone(&self) -> Mbc0NseBlkClrAll
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 Mbc0NseBlkClrAll
impl Debug for Mbc0NseBlkClrAll
Source§impl Default for Mbc0NseBlkClrAll
impl Default for Mbc0NseBlkClrAll
Source§fn default() -> Mbc0NseBlkClrAll
fn default() -> Mbc0NseBlkClrAll
Returns the “default value” for a type. Read more
Source§impl PartialEq for Mbc0NseBlkClrAll
impl PartialEq for Mbc0NseBlkClrAll
impl Copy for Mbc0NseBlkClrAll
impl Eq for Mbc0NseBlkClrAll
impl StructuralPartialEq for Mbc0NseBlkClrAll
Auto Trait Implementations§
impl Freeze for Mbc0NseBlkClrAll
impl RefUnwindSafe for Mbc0NseBlkClrAll
impl Send for Mbc0NseBlkClrAll
impl Sync for Mbc0NseBlkClrAll
impl Unpin for Mbc0NseBlkClrAll
impl UnwindSafe for Mbc0NseBlkClrAll
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