Enum seccomp_droundy_sys::scmp_arch [] [src]

#[repr(C)]
pub enum scmp_arch { SCMP_ARCH_NATIVE, SCMP_ARCH_X86, SCMP_ARCH_X86_64, SCMP_ARCH_X32, SCMP_ARCH_ARM, SCMP_ARCH_AARCH64, SCMP_ARCH_MIPS, SCMP_ARCH_MIPS64, SCMP_ARCH_MIPS64N32, SCMP_ARCH_MIPSEL, SCMP_ARCH_MIPSEL64, SCMP_ARCH_MIPSEL64N32, SCMP_ARCH_PPC, SCMP_ARCH_PPC64, SCMP_ARCH_PPC64LE, SCMP_ARCH_S390, SCMP_ARCH_S390X, }

Architecutres

Variants

Trait Implementations

impl Debug for scmp_arch
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for scmp_arch
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for scmp_arch
[src]

Auto Trait Implementations

impl Send for scmp_arch

impl Sync for scmp_arch