Enum prctl::PrctlEndian [] [src]

#[repr(i32)]
pub enum PrctlEndian { PR_ENDIAN_BIG, PR_ENDIAN_LITTLE, PR_ENDIAN_PPC_LITTLE, }

Variants

Trait Implementations

impl PartialEq for PrctlEndian
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for PrctlEndian
[src]

Formats the value using the given formatter.

impl Copy for PrctlEndian
[src]

impl Clone for PrctlEndian
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more