#[repr(C)]pub enum InsnX86 {
IN = 218,
OUT = 500,
SYSCALL = 699,
SYSENTER = 700,
RET = 151,
}
Variants§
Trait Implementations§
impl Copy for InsnX86
impl StructuralPartialEq for InsnX86
Auto Trait Implementations§
impl Freeze for InsnX86
impl RefUnwindSafe for InsnX86
impl Send for InsnX86
impl Sync for InsnX86
impl Unpin for InsnX86
impl UnwindSafe for InsnX86
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