#[repr(C)]pub enum InsnSysX86 {
SYSCALL = 699,
SYSENTER = 700,
}Variants§
Trait Implementations§
Source§impl Clone for InsnSysX86
impl Clone for InsnSysX86
Source§fn clone(&self) -> InsnSysX86
fn clone(&self) -> InsnSysX86
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InsnSysX86
impl Debug for InsnSysX86
Source§impl PartialEq for InsnSysX86
impl PartialEq for InsnSysX86
impl Copy for InsnSysX86
impl StructuralPartialEq for InsnSysX86
Auto Trait Implementations§
impl Freeze for InsnSysX86
impl RefUnwindSafe for InsnSysX86
impl Send for InsnSysX86
impl Sync for InsnSysX86
impl Unpin for InsnSysX86
impl UnwindSafe for InsnSysX86
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