Struct glfw::ffi::GLFWgammaramp
source · #[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§
§red: *mut c_ushort
§green: *mut c_ushort
§blue: *mut c_ushort
§size: c_uint
Trait Implementations§
source§impl Clone for GLFWgammaramp
impl Clone for GLFWgammaramp
source§fn clone(&self) -> GLFWgammaramp
fn clone(&self) -> GLFWgammaramp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more