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