Enum prctl::PrctlFpemu [] [src]

#[repr(i32)]
pub enum PrctlFpemu { PR_FPEMU_NOPRINT, PR_FPEMU_SIGFPE, }

Variants

Trait Implementations

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

Formats the value using the given formatter.

impl Copy for PrctlFpemu
[src]

impl Clone for PrctlFpemu
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more