Struct gfx_core::texture::Raw
[−]
[src]
pub struct Raw<R: Resources> { /* fields omitted */ }
Untyped texture
Methods
impl<R: Resources> Raw<R>
[src]
Trait Implementations
impl<R: Debug + Resources> Debug for Raw<R> where
R::Texture: Debug,
[src]
R::Texture: Debug,
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<R: Resources + PartialEq> PartialEq for Raw<R>
[src]
fn eq(&self, other: &Self) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.