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