Struct gfx::texture::Raw
[−]
[src]
pub struct Raw<R> where
R: Resources, { /* fields omitted */ }Untyped texture
Methods
impl<R> Raw<R> where
R: Resources, [src]
R: Resources,
Trait Implementations
impl<R> Hash for Raw<R> where
R: Resources + Hash, [src]
R: Resources + Hash,
fn hash<H>(&self, state: &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<R> PartialEq<Raw<R>> for Raw<R> where
R: Resources + PartialEq<R>, [src]
R: Resources + PartialEq<R>,
fn eq(&self, other: &Raw<R>) -> 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<R> Debug for Raw<R> where
R: Resources + Debug,
<R as Resources>::Texture: Debug, [src]
R: Resources + Debug,
<R as Resources>::Texture: Debug,
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter.
impl<R> Eq for Raw<R> where
R: Resources + Eq, [src]
R: Resources + Eq,