Struct cloudabi::auxv [] [src]

#[repr(C)]
pub struct auxv { pub a_type: auxtype, pub union: auxv_union, }

Auxiliary vector entry.

The auxiliary vector is a list of key-value pairs that is provided to the process on startup. Unlike structures, it is extensible, as it is possible to add new records later on. The auxiliary vector is always terminated by an entry having type NULL.

The auxiliary vector is part of the x86-64 ABI, but is used by this environment on all architectures.

Fields

The type of the auxiliary vector entry.

Trait Implementations

impl Copy for auxv
[src]

impl Clone for auxv
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more