Struct gfx_core::handle::Texture [−][src]
pub struct Texture<R: Resources, S>(_, _);
Typed texture object
Methods
impl<R: Resources, S> Texture<R, S>[src]
impl<R: Resources, S> Texture<R, S>Trait Implementations
impl<R: Resources, S> Clone for Texture<R, S> where
R: Clone, [src]
impl<R: Resources, S> Clone for Texture<R, S> where
R: Clone, fn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<R: Resources, S> Debug for Texture<R, S> where
R: Debug, [src]
impl<R: Resources, S> Debug for Texture<R, S> where
R: Debug, fn fmt(&self, __f: &mut Formatter) -> Result[src]
fn fmt(&self, __f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<R: Resources, S> Eq for Texture<R, S> where
R: Eq, [src]
impl<R: Resources, S> Eq for Texture<R, S> where
R: Eq, impl<R: Resources, S> Hash for Texture<R, S> where
R: Hash, [src]
impl<R: Resources, S> Hash for Texture<R, S> where
R: Hash, fn hash<__HRS>(&self, __state: &mut __HRS) where
__HRS: Hasher, [src]
fn hash<__HRS>(&self, __state: &mut __HRS) where
__HRS: 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]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl<R: Resources, S> PartialEq for Texture<R, S> where
R: PartialEq, [src]
impl<R: Resources, S> PartialEq for Texture<R, S> where
R: PartialEq,