Struct ringraphics::vertex::Vertex3DNormal[][src]

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

Fields

Trait Implementations

impl Clone for Vertex3DNormal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vertex3DNormal
[src]

impl Debug for Vertex3DNormal
[src]

Formats the value using the given formatter. Read more

impl VertexFormat for Vertex3DNormal
[src]

Important traits for Vec<u8>

impl Default for Vertex3DNormal
[src]

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

Auto Trait Implementations

impl Send for Vertex3DNormal

impl Sync for Vertex3DNormal