Struct gfx::device::draw::DataPointer [] [src]

pub struct DataPointer(_, _);

The place of some data in the data buffer.

Trait Implementations

Derived Implementations

impl Debug for DataPointer

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for DataPointer

fn eq(&self, __arg_0: &DataPointer) -> bool

fn ne(&self, __arg_0: &DataPointer) -> bool

impl Copy for DataPointer

impl Clone for DataPointer

fn clone(&self) -> DataPointer

fn clone_from(&mut self, source: &Self)