Struct openvr::render_models::Vertex [] [src]

#[repr(C)]
pub struct Vertex { pub position: [f32; 3], pub normal: [f32; 3], pub texture_coord: [f32; 2], }

Fields

Trait Implementations

impl Debug for Vertex
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Vertex
[src]

impl Clone for Vertex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Vertex

impl Sync for Vertex