#[repr(C)]pub enum SCMP_ARCH {
Show 17 variants
NATIVE = 0,
X86 = 1_073_741_827,
X86_64 = 3_221_225_534,
X32 = 1_073_741_886,
ARM = 1_073_741_864,
AARCH64 = 3_221_225_655,
MIPS = 8,
MIPS64 = 2_147_483_656,
MIPS64N32 = 2_684_354_568,
MIPSEL = 1_073_741_832,
MIPSEL64 = 3_221_225_480,
MIPSEL64N32 = 3_758_096_392,
PPC = 20,
PPC64 = 2_147_483_669,
PPC64LE = 3_221_225_493,
S390 = 22,
S390X = 2_147_483_670,
}Expand description
SCMP_ARCH in C
Variants§
NATIVE = 0
X86 = 1_073_741_827
X86_64 = 3_221_225_534
X32 = 1_073_741_886
ARM = 1_073_741_864
AARCH64 = 3_221_225_655
MIPS = 8
MIPS64 = 2_147_483_656
MIPS64N32 = 2_684_354_568
MIPSEL = 1_073_741_832
MIPSEL64 = 3_221_225_480
MIPSEL64N32 = 3_758_096_392
PPC = 20
PPC64 = 2_147_483_669
PPC64LE = 3_221_225_493
S390 = 22
S390X = 2_147_483_670
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