Struct rin::window::glfw_window::GammaRamp [−][src]
pub struct GammaRamp {
pub red: Vec<u16, Global>,
pub green: Vec<u16, Global>,
pub blue: Vec<u16, Global>,
}Describes the gamma ramp of a monitor.
Fields
red: Vec<u16, Global>green: Vec<u16, Global>blue: Vec<u16, Global>Auto Trait Implementations
impl RefUnwindSafe for GammaRamp
impl Send for GammaRamp
impl Sync for GammaRamp
impl Unpin for GammaRamp
impl UnwindSafe for GammaRamp
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]