Enum gfx::format::Uint
[−]
[src]
pub enum Uint {}pub enum Uint {}impl ChannelTyped for Uinttype ShaderType = u32fn get_channel_type() -> ChannelTypeimpl TextureChannel for Uintimpl RenderChannel for Uintimpl Debug for Uintimpl Clone for Uintfn clone(&self) -> Uintfn clone_from(&mut self, source: &Self)impl Copy for Uintimpl Hash for Uintimpl PartialOrd<Uint> for Uintfn partial_cmp(&self, __arg_0: &Uint) -> Option<Ordering>fn lt(&self, __arg_0: &Uint) -> boolfn le(&self, __arg_0: &Uint) -> boolfn gt(&self, __arg_0: &Uint) -> boolfn ge(&self, __arg_0: &Uint) -> boolimpl PartialEq<Uint> for Uintimpl Ord for Uintimpl Eq for Uint