Enum lief::pe::exception_x64::UnwindReg
pub enum UnwindReg {
Show 17 variants
RAX,
RCX,
RDX,
RBX,
RSP,
RBP,
RSI,
RDI,
R8,
R9,
R10,
R11,
R12,
R13,
R14,
R15,
UNKNOWN(u32),
}
Variants§
Trait Implementations§
impl Copy for UnwindReg
impl Eq for UnwindReg
impl StructuralEq for UnwindReg
impl StructuralPartialEq for UnwindReg
Auto Trait Implementations§
impl RefUnwindSafe for UnwindReg
impl Send for UnwindReg
impl Sync for UnwindReg
impl Unpin for UnwindReg
impl UnwindSafe for UnwindReg
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