Struct csfml_graphics_sys::sfGlslVec4 [] [src]

#[repr(C)]
pub struct sfGlslVec4 { pub x: f32, pub y: f32, pub z: f32, pub w: f32, }

Fields

Trait Implementations

impl Debug for sfGlslVec4
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfGlslVec4
[src]

impl Clone for sfGlslVec4
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more