Enum cuda_sys::cuda::CUarray_cubemap_face_enum[][src]

#[repr(u32)]
pub enum CUarray_cubemap_face_enum { CU_CUBEMAP_FACE_POSITIVE_X, CU_CUBEMAP_FACE_NEGATIVE_X, CU_CUBEMAP_FACE_POSITIVE_Y, CU_CUBEMAP_FACE_NEGATIVE_Y, CU_CUBEMAP_FACE_POSITIVE_Z, CU_CUBEMAP_FACE_NEGATIVE_Z, }

Variants

Trait Implementations

impl Debug for CUarray_cubemap_face_enum
[src]

Formats the value using the given formatter. Read more

impl Copy for CUarray_cubemap_face_enum
[src]

impl Clone for CUarray_cubemap_face_enum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CUarray_cubemap_face_enum
[src]

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

This method tests for !=.

impl Eq for CUarray_cubemap_face_enum
[src]

impl Hash for CUarray_cubemap_face_enum
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations