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.

Implementors