[][src]Enum cuda_runtime_sys::cudaResourceViewFormat

#[repr(u32)]
pub enum cudaResourceViewFormat {
    cudaResViewFormatNone,
    cudaResViewFormatUnsignedChar1,
    cudaResViewFormatUnsignedChar2,
    cudaResViewFormatUnsignedChar4,
    cudaResViewFormatSignedChar1,
    cudaResViewFormatSignedChar2,
    cudaResViewFormatSignedChar4,
    cudaResViewFormatUnsignedShort1,
    cudaResViewFormatUnsignedShort2,
    cudaResViewFormatUnsignedShort4,
    cudaResViewFormatSignedShort1,
    cudaResViewFormatSignedShort2,
    cudaResViewFormatSignedShort4,
    cudaResViewFormatUnsignedInt1,
    cudaResViewFormatUnsignedInt2,
    cudaResViewFormatUnsignedInt4,
    cudaResViewFormatSignedInt1,
    cudaResViewFormatSignedInt2,
    cudaResViewFormatSignedInt4,
    cudaResViewFormatHalf1,
    cudaResViewFormatHalf2,
    cudaResViewFormatHalf4,
    cudaResViewFormatFloat1,
    cudaResViewFormatFloat2,
    cudaResViewFormatFloat4,
    cudaResViewFormatUnsignedBlockCompressed1,
    cudaResViewFormatUnsignedBlockCompressed2,
    cudaResViewFormatUnsignedBlockCompressed3,
    cudaResViewFormatUnsignedBlockCompressed4,
    cudaResViewFormatSignedBlockCompressed4,
    cudaResViewFormatUnsignedBlockCompressed5,
    cudaResViewFormatSignedBlockCompressed5,
    cudaResViewFormatUnsignedBlockCompressed6H,
    cudaResViewFormatSignedBlockCompressed6H,
    cudaResViewFormatUnsignedBlockCompressed7,
}

Variants

cudaResViewFormatNone
cudaResViewFormatUnsignedChar1
cudaResViewFormatUnsignedChar2
cudaResViewFormatUnsignedChar4
cudaResViewFormatSignedChar1
cudaResViewFormatSignedChar2
cudaResViewFormatSignedChar4
cudaResViewFormatUnsignedShort1
cudaResViewFormatUnsignedShort2
cudaResViewFormatUnsignedShort4
cudaResViewFormatSignedShort1
cudaResViewFormatSignedShort2
cudaResViewFormatSignedShort4
cudaResViewFormatUnsignedInt1
cudaResViewFormatUnsignedInt2
cudaResViewFormatUnsignedInt4
cudaResViewFormatSignedInt1
cudaResViewFormatSignedInt2
cudaResViewFormatSignedInt4
cudaResViewFormatHalf1
cudaResViewFormatHalf2
cudaResViewFormatHalf4
cudaResViewFormatFloat1
cudaResViewFormatFloat2
cudaResViewFormatFloat4
cudaResViewFormatUnsignedBlockCompressed1
cudaResViewFormatUnsignedBlockCompressed2
cudaResViewFormatUnsignedBlockCompressed3
cudaResViewFormatUnsignedBlockCompressed4
cudaResViewFormatSignedBlockCompressed4
cudaResViewFormatUnsignedBlockCompressed5
cudaResViewFormatSignedBlockCompressed5
cudaResViewFormatUnsignedBlockCompressed6H
cudaResViewFormatSignedBlockCompressed6H
cudaResViewFormatUnsignedBlockCompressed7

Trait Implementations

impl Clone for cudaResourceViewFormat[src]

impl Copy for cudaResourceViewFormat[src]

impl Debug for cudaResourceViewFormat[src]

impl Eq for cudaResourceViewFormat[src]

impl Hash for cudaResourceViewFormat[src]

impl Ord for cudaResourceViewFormat[src]

impl PartialEq<cudaResourceViewFormat> for cudaResourceViewFormat[src]

impl PartialOrd<cudaResourceViewFormat> for cudaResourceViewFormat[src]

impl StructuralEq for cudaResourceViewFormat[src]

impl StructuralPartialEq for cudaResourceViewFormat[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.