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