Struct gfx::buffer::Raw []

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

Untyped buffer

Methods

impl<R> Raw<R> where
    R: Resources

Get buffer info

Is this buffer mapped ?

Trait Implementations

impl<R> Eq for Raw<R> where
    R: Resources + Eq

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

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

This method tests for !=.

impl<R> Hash for Raw<R> where
    R: Resources + Hash

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl<R> Debug for Raw<R> where
    R: Resources + Debug,
    R::Buffer: Debug

Formats the value using the given formatter.