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