#[repr(transparent)]pub struct Mem3Glbcfg(pub u32);Expand description
MBC Global Configuration Register
Tuple Fields§
§0: u32Implementations§
Source§impl Mem3Glbcfg
impl Mem3Glbcfg
Sourcepub const fn set_size_log2(&mut self, val: u8)
pub const fn set_size_log2(&mut self, val: u8)
Log2 size per block
Trait Implementations§
Source§impl Clone for Mem3Glbcfg
impl Clone for Mem3Glbcfg
Source§fn clone(&self) -> Mem3Glbcfg
fn clone(&self) -> Mem3Glbcfg
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 Mem3Glbcfg
impl Debug for Mem3Glbcfg
Source§impl Default for Mem3Glbcfg
impl Default for Mem3Glbcfg
Source§fn default() -> Mem3Glbcfg
fn default() -> Mem3Glbcfg
Returns the “default value” for a type. Read more
Source§impl PartialEq for Mem3Glbcfg
impl PartialEq for Mem3Glbcfg
impl Copy for Mem3Glbcfg
impl Eq for Mem3Glbcfg
impl StructuralPartialEq for Mem3Glbcfg
Auto Trait Implementations§
impl Freeze for Mem3Glbcfg
impl RefUnwindSafe for Mem3Glbcfg
impl Send for Mem3Glbcfg
impl Sync for Mem3Glbcfg
impl Unpin for Mem3Glbcfg
impl UnwindSafe for Mem3Glbcfg
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