Enum assorted_debian_utils::architectures::Architecture [−][src]
pub enum Architecture {
Show 23 variants
All,
Alpha,
Amd64,
Arm64,
Armel,
Armhf,
Hppa,
HurdI386,
I386,
Ia64,
KFreeBSDAmd64,
KFreeBSDI386,
M86k,
Mips64el,
Mipsel,
PowerPC,
Ppc64,
Ppc64el,
Riscv64,
S390x,
Sh4,
Sparc64,
X32,
}
Expand description
Debian architectures
This enum describes architectures that are release architectures or available on Debian ports.
It also provides All
as special case for binary independent packages.
Variants
The all
architecture for architecture independent packages
The alpha
architecture
The amd64
architecture
The arm64
architecture
The armel
architecture
The armhf
architecture
The hppa
architecture
The hurd-i386
architecture
The i386
architecture
The ia64
architecture
The kfreebsd-amd64
architecture
The kfreebsd-i386
architecture
The m86k
architecture
The mips64el
architecture
The mipsel
architecture
The powerpc
architecture
The ppc64
architecture
The ppc64el
architecture
The riscv64
architecture
The s390x
architecture
The sh4
architecture
The sparc64
architecture
The x32
architecture
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Architecture
impl Send for Architecture
impl Sync for Architecture
impl Unpin for Architecture
impl UnwindSafe for Architecture
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.