pub struct PushFrame {}
Expand description
push lr; push fp; fp = sp
Implementations§
Trait Implementations§
impl Copy for PushFrame
impl Eq for PushFrame
impl StructuralPartialEq for PushFrame
Auto Trait Implementations§
impl Freeze for PushFrame
impl RefUnwindSafe for PushFrame
impl Send for PushFrame
impl Sync for PushFrame
impl Unpin for PushFrame
impl UnwindSafe for PushFrame
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