Trait glm::GenInt [] [src]

pub trait GenInt<I: BaseInt>: GenNum<I> + Eq + Not<Output = Self> + BitAnd<Output = Self> + BitOr<Output = Self> + BitXor<Output = Self> + Shl<usize, Output = Self> + Shr<usize, Output = Self> { }

Generic interger type.

Implementations on Foreign Types

impl GenInt<i32> for i32
[src]

impl GenInt<u32> for u32
[src]

Implementors