Struct glfw::ffi::GLFWgammaramp [] [src]

#[repr(C)]
pub struct GLFWgammaramp { pub red: *mut c_ushort, pub green: *mut c_ushort, pub blue: *mut c_ushort, pub size: c_uint, }

Fields

Trait Implementations

impl Copy for GLFWgammaramp
[src]

impl Clone for GLFWgammaramp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more