#[repr(C)]pub enum scmp_arch {
Show 17 variants
SCMP_ARCH_NATIVE = 0,
SCMP_ARCH_X86 = 1_073_741_827,
SCMP_ARCH_X86_64 = 3_221_225_534,
SCMP_ARCH_X32 = 1_073_741_886,
SCMP_ARCH_ARM = 1_073_741_864,
SCMP_ARCH_AARCH64 = 3_221_225_655,
SCMP_ARCH_MIPS = 8,
SCMP_ARCH_MIPS64 = 2_147_483_656,
SCMP_ARCH_MIPS64N32 = 2_684_354_568,
SCMP_ARCH_MIPSEL = 1_073_741_832,
SCMP_ARCH_MIPSEL64 = 3_221_225_480,
SCMP_ARCH_MIPSEL64N32 = 3_758_096_392,
SCMP_ARCH_PPC = 20,
SCMP_ARCH_PPC64 = 2_147_483_669,
SCMP_ARCH_PPC64LE = 3_221_225_493,
SCMP_ARCH_S390 = 22,
SCMP_ARCH_S390X = 2_147_483_670,
}Expand description
Architecutres
Variants§
SCMP_ARCH_NATIVE = 0
SCMP_ARCH_X86 = 1_073_741_827
SCMP_ARCH_X86_64 = 3_221_225_534
SCMP_ARCH_X32 = 1_073_741_886
SCMP_ARCH_ARM = 1_073_741_864
SCMP_ARCH_AARCH64 = 3_221_225_655
SCMP_ARCH_MIPS = 8
SCMP_ARCH_MIPS64 = 2_147_483_656
SCMP_ARCH_MIPS64N32 = 2_684_354_568
SCMP_ARCH_MIPSEL = 1_073_741_832
SCMP_ARCH_MIPSEL64 = 3_221_225_480
SCMP_ARCH_MIPSEL64N32 = 3_758_096_392
SCMP_ARCH_PPC = 20
SCMP_ARCH_PPC64 = 2_147_483_669
SCMP_ARCH_PPC64LE = 3_221_225_493
SCMP_ARCH_S390 = 22
SCMP_ARCH_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