pub struct MemoryAddress(pub u16);Tuple Fields§
§0: u16Implementations§
Source§impl MemoryAddress
impl MemoryAddress
pub const fn space( &self, memory_size: MemorySize, _alignment: Alignment, ) -> Self
Trait Implementations§
Source§impl Clone for MemoryAddress
impl Clone for MemoryAddress
Source§fn clone(&self) -> MemoryAddress
fn clone(&self) -> MemoryAddress
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 MemoryAddress
impl Debug for MemoryAddress
impl Copy for MemoryAddress
Auto Trait Implementations§
impl Freeze for MemoryAddress
impl RefUnwindSafe for MemoryAddress
impl Send for MemoryAddress
impl Sync for MemoryAddress
impl Unpin for MemoryAddress
impl UnwindSafe for MemoryAddress
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