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

pub struct GLFWgammaramp {
    pub red: *mut c_ushort,
    pub green: *mut c_ushort,
    pub blue: *mut c_ushort,
    pub size: c_uint,
}

Fields

red: *mut c_ushort green: *mut c_ushort blue: *mut c_ushort size: c_uint

Trait Implementations

impl Clone for GLFWgammaramp
[src]

fn clone(&self) -> GLFWgammaramp

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for GLFWgammaramp
[src]