Enum framehop::x86_64::OffsetOrPop
source · pub enum OffsetOrPop {
None,
OffsetBy8(u16),
Pop(Reg),
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for OffsetOrPop
impl Send for OffsetOrPop
impl Sync for OffsetOrPop
impl Unpin for OffsetOrPop
impl UnwindSafe for OffsetOrPop
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