Struct gfx::handle::RawBuffer [] [src]

pub struct RawBuffer<R>(_)
where
    R: Resources
;

Untyped buffer handle

Methods from Deref<Target = Raw<R>>

Get buffer info

Is this buffer mapped ?

Trait Implementations

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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<R> Deref for RawBuffer<R> where
    R: Resources
[src]

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

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

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

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

Formats the value using the given formatter.

impl<R> Clone for RawBuffer<R> where
    R: Resources + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more