Struct csfml_graphics_sys::sfVertex [] [src]

#[repr(C)]
pub struct sfVertex { pub position: sfVector2f, pub color: sfColor, pub texCoords: sfVector2f, }

Fields

Trait Implementations

impl Debug for sfVertex
[src]

Formats the value using the given formatter.

impl Copy for sfVertex
[src]

impl Clone for sfVertex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more