Enum prctl::PrctlMceKill [] [src]

#[repr(i32)]
pub enum PrctlMceKill { PR_MCE_KILL_LATE, PR_MCE_KILL_EARLY, PR_MCE_KILL_DEFAULT, }

Variants

Trait Implementations

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

Formats the value using the given formatter.

impl Copy for PrctlMceKill
[src]

impl Clone for PrctlMceKill
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more