pub struct StackOffset(/* private fields */);Expand description
An offset inside the stack. The offset is from the end of the stack. downward.
Trait Implementations§
Source§impl Clone for StackOffset
impl Clone for StackOffset
Source§fn clone(&self) -> StackOffset
fn clone(&self) -> StackOffset
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 StackOffset
impl Debug for StackOffset
Source§impl Default for StackOffset
impl Default for StackOffset
Source§impl PartialEq for StackOffset
impl PartialEq for StackOffset
impl Copy for StackOffset
impl StructuralPartialEq for StackOffset
Auto Trait Implementations§
impl Freeze for StackOffset
impl RefUnwindSafe for StackOffset
impl Send for StackOffset
impl Sync for StackOffset
impl Unpin for StackOffset
impl UnwindSafe for StackOffset
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