pub struct Gc {
pub bri: Option<f64>,
pub col: Option<f64>,
pub val: Option<f64>,
}
Expand description
gamma correction shit, tired of documenting speghetti
Fields§
§bri: Option<f64>
see struct documentation
col: Option<f64>
see struct documentation
val: Option<f64>
see struct documentation
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Gc
impl<'de> Deserialize<'de> for Gc
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Gc
Auto Trait Implementations§
impl Freeze for Gc
impl RefUnwindSafe for Gc
impl Send for Gc
impl Sync for Gc
impl Unpin for Gc
impl UnwindSafe for Gc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more