#[repr(C)]pub enum SCMP_ARCH {
Show 17 variants
NATIVE = 0,
X86 = 1_073_741_827,
X86_64 = -1_073_741_762,
X32 = 1_073_741_886,
ARM = 1_073_741_864,
AARCH64 = -1_073_741_641,
MIPS = 8,
MIPS64 = -2_147_483_640,
MIPS64N32 = -1_610_612_728,
MIPSEL = 1_073_741_832,
MIPSEL64 = -1_073_741_816,
MIPSEL64N32 = -536_870_904,
PPC = 20,
PPC64 = -2_147_483_627,
PPC64LE = -1_073_741_803,
S390 = 22,
S390X = -2_147_483_626,
}Expand description
SCMP_ARCH in C
Variants§
NATIVE = 0
X86 = 1_073_741_827
X86_64 = -1_073_741_762
X32 = 1_073_741_886
ARM = 1_073_741_864
AARCH64 = -1_073_741_641
MIPS = 8
MIPS64 = -2_147_483_640
MIPS64N32 = -1_610_612_728
MIPSEL = 1_073_741_832
MIPSEL64 = -1_073_741_816
MIPSEL64N32 = -536_870_904
PPC = 20
PPC64 = -2_147_483_627
PPC64LE = -1_073_741_803
S390 = 22
S390X = -2_147_483_626
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SCMP_ARCH
impl RefUnwindSafe for SCMP_ARCH
impl Send for SCMP_ARCH
impl Sync for SCMP_ARCH
impl Unpin for SCMP_ARCH
impl UnwindSafe for SCMP_ARCH
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