Enum prctl::PrctlTiming [] [src]

#[repr(i32)]
pub enum PrctlTiming { PR_TIMING_STATISTICAL, PR_TIMING_TIMESTAMP, }

Variants

Trait Implementations

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

Formats the value using the given formatter.

impl Copy for PrctlTiming
[src]

impl Clone for PrctlTiming
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more