Enum prctl::PrctlUnalign [] [src]

#[repr(i32)]
pub enum PrctlUnalign { PR_UNALIGN_NOPRINT, PR_UNALIGN_SIGBUS, }

Variants

Trait Implementations

impl PartialEq for PrctlUnalign
[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 PrctlUnalign
[src]

Formats the value using the given formatter.

impl Copy for PrctlUnalign
[src]

impl Clone for PrctlUnalign
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more