Enum prctl::PrctlTsc [] [src]

#[repr(i32)]
pub enum PrctlTsc { PR_TSC_ENABLE, PR_TSC_SIGSEGV, }

Variants

Trait Implementations

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

Formats the value using the given formatter.

impl Copy for PrctlTsc
[src]

impl Clone for PrctlTsc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more