#[repr(usize)]
pub enum AuxvType {
Show 43 variants NULL, IGNORE, EXECFD, PHDR, PHENT, PHNUM, PAGESZ, BASE, FLAGS, ENTRY, NOTELF, UID, EUID, GID, EGID, PLATFORM, HWCAP, CLKTCK, FPUCW, DCACHEBSIZE, ICACHEBSIZE, UCACHEBSIZE, IGNOREPPC, SECURE, BASE_PLATFORM, RANDOM, HWCAP2, EXECFN, SYSINFO, SYSINFO_EHDR, L1I_CACHESHAPE, L1D_CACHESHAPE, L2_CACHESHAPE, L3_CACHESHAPE, L1I_CACHESIZE, L1I_CACHEGEOMETRY, L1D_CACHESIZE, L1D_CACHEGEOMETRY, L2_CACHESIZE, L2_CACHEGEOMETRY, L3_CACHESIZE, L3_CACHEGEOMETRY, MINSIGSTKSZ,
}

Variants

NULL

IGNORE

EXECFD

PHDR

PHENT

PHNUM

PAGESZ

BASE

FLAGS

ENTRY

NOTELF

UID

EUID

GID

EGID

PLATFORM

HWCAP

CLKTCK

FPUCW

DCACHEBSIZE

ICACHEBSIZE

UCACHEBSIZE

IGNOREPPC

SECURE

BASE_PLATFORM

RANDOM

HWCAP2

EXECFN

SYSINFO

SYSINFO_EHDR

L1I_CACHESHAPE

L1D_CACHESHAPE

L2_CACHESHAPE

L3_CACHESHAPE

L1I_CACHESIZE

L1I_CACHEGEOMETRY

L1D_CACHESIZE

L1D_CACHEGEOMETRY

L2_CACHESIZE

L2_CACHEGEOMETRY

L3_CACHESIZE

L3_CACHEGEOMETRY

MINSIGSTKSZ

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.