Struct gfx_core::buffer::Raw
[−]
[src]
pub struct Raw<R: Resources> { /* fields omitted */ }Untyped buffer
Methods
impl<R: Resources> Raw<R>[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 + Resources> Debug for Raw<R> where
R::Buffer: Debug, [src]
R::Buffer: Debug,
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
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 !=.