[][src]Struct gfx_core::texture::Raw

pub struct Raw<R: Resources> { /* fields omitted */ }

Untyped texture

Implementations

impl<R: Resources> Raw<R>[src]

pub fn get_info(&self) -> &Info[src]

Get texture descriptor

Trait Implementations

impl<R: Debug + Resources> Debug for Raw<R> where
    R::Texture: Debug
[src]

impl<R: Resources + Eq> Eq for Raw<R>[src]

impl<R: Resources + Hash> Hash for Raw<R>[src]

impl<R: Resources + PartialEq> PartialEq<Raw<R>> for Raw<R>[src]

Auto Trait Implementations

impl<R> RefUnwindSafe for Raw<R> where
    <R as Resources>::Texture: RefUnwindSafe

impl<R> Send for Raw<R> where
    <R as Resources>::Texture: Send

impl<R> Sync for Raw<R> where
    <R as Resources>::Texture: Sync

impl<R> Unpin for Raw<R> where
    <R as Resources>::Texture: Unpin

impl<R> UnwindSafe for Raw<R> where
    <R as Resources>::Texture: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.