Struct csfml_graphics_sys::sfVertex
[−]
[src]
#[repr(C)]pub struct sfVertex { pub position: sfVector2f, pub color: sfColor, pub texCoords: sfVector2f, }
Fields
position: sfVector2f
color: sfColor
texCoords: sfVector2f
Trait Implementations
impl Debug for sfVertex[src]
impl Copy for sfVertex[src]
impl Clone for sfVertex[src]
fn clone(&self) -> Self
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