Enum hsa::WaitState [] [src]

#[repr(C)]
pub enum WaitState { Blocked, Active, }

Variants

Trait Implementations

impl Copy for WaitState
[src]

impl Clone for WaitState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.