Enum gfx_core::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 Uintfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialOrd 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 for Uintimpl Ord for Uintimpl Eq for Uint