[−][src]Struct gfx_core::texture::Raw
Untyped texture
Methods
impl<R: Resources> Raw<R>[src]
Trait Implementations
impl<R: Resources + Eq> Eq for Raw<R>[src]
impl<R: Resources + PartialEq> PartialEq<Raw<R>> for Raw<R>[src]
fn eq(&self, other: &Self) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl<R: Debug + Resources> Debug for Raw<R> where
R::Texture: Debug, [src]
R::Texture: Debug,
impl<R: Resources + Hash> Hash for Raw<R>[src]
Auto Trait Implementations
impl<R> Send for Raw<R> where
<R as Resources>::Texture: Send,
<R as Resources>::Texture: Send,
impl<R> Sync for Raw<R> where
<R as Resources>::Texture: Sync,
<R as Resources>::Texture: Sync,
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,