Enum hsa::RegionSegment [] [src]

#[repr(C)]
pub enum RegionSegment { Global, ReadOnly, Private, Group, KernArg, }

Variants

Trait Implementations

impl Copy for RegionSegment
[src]

impl Clone for RegionSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.