[][src]Struct gfx::buffer::Raw

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

Untyped buffer

Implementations

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

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

Get buffer info

pub fn is_mapped(&self) -> bool[src]

Is this buffer mapped ?

Trait Implementations

impl<R> Debug for Raw<R> where
    R: Resources + Debug,
    <R as Resources>::Buffer: Debug
[src]

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

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

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

Auto Trait Implementations

impl<R> !RefUnwindSafe for Raw<R>

impl<R> Send for Raw<R> where
    <R as Resources>::Buffer: Send,
    <R as Resources>::Mapping: Send

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

impl<R> Unpin for Raw<R> where
    <R as Resources>::Buffer: Unpin,
    <R as Resources>::Mapping: Unpin

impl<R> UnwindSafe for Raw<R> where
    <R as Resources>::Buffer: UnwindSafe,
    <R as Resources>::Mapping: 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.