Struct csfml_graphics_sys::sfGlslIvec3 [] [src]

#[repr(C)]
pub struct sfGlslIvec3 { pub x: c_int, pub y: c_int, pub z: c_int, }

Fields

Trait Implementations

impl Debug for sfGlslIvec3
[src]

Formats the value using the given formatter.

impl Copy for sfGlslIvec3
[src]

impl Clone for sfGlslIvec3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more