Trait spirv_std::integer::Integer[][src]

pub unsafe trait Integer: PrimInt + Scalar {
    const WIDTH: usize;
    const SIGNED: bool;
}

Abstract trait representing any SPIR-V integer type.

Associated Constants

const WIDTH: usize[src]

const SIGNED: bool[src]

Loading content...

Implementors

impl Integer for i8[src]

impl Integer for i16[src]

impl Integer for i32[src]

impl Integer for i64[src]

impl Integer for u8[src]

impl Integer for u16[src]

impl Integer for u32[src]

impl Integer for u64[src]

Loading content...