Enum hsa::FenceScope [] [src]

#[repr(C)]
pub enum FenceScope { None, Agent, System, }

Variants

Trait Implementations

impl Copy for FenceScope
[src]

impl Clone for FenceScope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.