Struct gfx_core::buffer::Raw  
                   
                       [−]
                   
               [src]
pub struct Raw<R: Resources> { /* fields omitted */ }
Untyped buffer
Methods
impl<R: Resources> Raw<R>[src]
fn get_info(&self) -> &Info[src]
Get buffer info
fn is_mapped(&self) -> bool[src]
Is this buffer mapped ?
Trait Implementations
impl<R: Debug + Resources> Debug for Raw<R> where
    R::Buffer: Debug, [src]
R::Buffer: Debug,
impl<R: Resources + PartialEq> PartialEq for Raw<R>[src]
fn eq(&self, other: &Self) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.