pub struct ConstantMemoryAddress(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for ConstantMemoryAddress
impl Clone for ConstantMemoryAddress
Source§fn clone(&self) -> ConstantMemoryAddress
fn clone(&self) -> ConstantMemoryAddress
Returns a copy 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 ConstantMemoryAddress
impl Debug for ConstantMemoryAddress
impl Copy for ConstantMemoryAddress
Auto Trait Implementations§
impl Freeze for ConstantMemoryAddress
impl RefUnwindSafe for ConstantMemoryAddress
impl Send for ConstantMemoryAddress
impl Sync for ConstantMemoryAddress
impl Unpin for ConstantMemoryAddress
impl UnwindSafe for ConstantMemoryAddress
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