Enum magenta::TimerOpts [] [src]

#[repr(u32)]
pub enum TimerOpts { Default, }

Options for creating a timer.

Variants

Default options.

Trait Implementations

impl Debug for TimerOpts
[src]

Formats the value using the given formatter.

impl Copy for TimerOpts
[src]

impl Clone for TimerOpts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for TimerOpts
[src]

impl PartialEq for TimerOpts
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for TimerOpts
[src]

Returns the "default value" for a type. Read more