Struct ringraphics::vertex::Vertex3D[][src]

#[repr(C)]
pub struct Vertex3D { pub position: Vec3, }

Fields

Trait Implementations

impl Clone for Vertex3D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vertex3D
[src]

impl Debug for Vertex3D
[src]

Formats the value using the given formatter. Read more

impl VertexFormat for Vertex3D
[src]

Important traits for Vec<u8>

impl Default for Vertex3D
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Vertex3D

impl Sync for Vertex3D