Enum magenta::WaitAsyncOpts [] [src]

#[repr(u32)]
pub enum WaitAsyncOpts { Once, Repeating, }

Options for wait_async.

Variants

Trait Implementations

impl Debug for WaitAsyncOpts
[src]

Formats the value using the given formatter.

impl Copy for WaitAsyncOpts
[src]

impl Clone for WaitAsyncOpts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for WaitAsyncOpts
[src]

impl PartialEq for WaitAsyncOpts
[src]

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

This method tests for !=.