Struct client::view::Instance
[−]
[src]
pub struct Instance {
// some fields omitted
}Trait Implementations
impl Clone for Instance[src]
fn clone(&self) -> Instance
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Instance[src]
impl Vertex for Instance
fn build_bindings() -> VertexFormat
Builds the VertexFormat representing the layout of this element.
fn is_supported<C>(caps: &C) -> bool where C: CapabilitiesSource
Returns true if the backend supports this vertex format.