Struct nuklear::DrawVertexLayoutElements [−][src]
pub struct DrawVertexLayoutElements { /* fields omitted */ }Methods
impl DrawVertexLayoutElements[src]
impl DrawVertexLayoutElementspub fn new(
var: &[(DrawVertexLayoutAttribute, DrawVertexLayoutFormat, u32)]
) -> DrawVertexLayoutElements[src]
pub fn new(
var: &[(DrawVertexLayoutAttribute, DrawVertexLayoutFormat, u32)]
) -> DrawVertexLayoutElementsTrait Implementations
impl Debug for DrawVertexLayoutElements[src]
impl Debug for DrawVertexLayoutElementsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for DrawVertexLayoutElements[src]
impl Clone for DrawVertexLayoutElementsfn clone(&self) -> DrawVertexLayoutElements[src]
fn clone(&self) -> DrawVertexLayoutElementsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for DrawVertexLayoutElements
impl Send for DrawVertexLayoutElementsimpl Sync for DrawVertexLayoutElements
impl Sync for DrawVertexLayoutElements