Enum gfx::format::Int
[−]
[src]
pub enum Int {}
Trait Implementations
impl Ord for Int[src]
impl Copy for Int[src]
impl Clone for Int[src]
fn clone(&self) -> Int[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl RenderChannel for Int[src]
impl ChannelTyped for Int[src]
type ShaderType = i32
Shader-visible type that corresponds to this channel. For example, normalized integers are visible as floats. Read more
fn get_channel_type() -> ChannelType[src]
Return the run-time value of the type.
impl PartialOrd<Int> for Int[src]
fn partial_cmp(&self, __arg_0: &Int) -> Option<Ordering>[src]
impl Hash for Int[src]
fn hash<__H>(&self, __arg_0: &mut __H) where
__H: Hasher, [src]
__H: Hasher,
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq<Int> for Int[src]
fn eq(&self, __arg_0: &Int) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Debug for Int[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter.