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