Struct csfml_graphics_sys::sfGlslIvec4 [] [src]

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

Fields

Trait Implementations

impl Debug for sfGlslIvec4
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfGlslIvec4
[src]

impl Clone for sfGlslIvec4
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more