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