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> Debug for Raw<R> where R: Resources + Debug,
        R::Buffer: Debug,
        R::Mapping: Debug

Formats the value using the given formatter.

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

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