pub struct AgxCustomLook {
pub slope: Rgb<f32>,
pub power: Rgb<f32>,
pub saturation: Rgb<f32>,
pub offset: Rgb<f32>,
}Fields§
§slope: Rgb<f32>§power: Rgb<f32>§saturation: Rgb<f32>§offset: Rgb<f32>Trait Implementations§
Source§impl Clone for AgxCustomLook
impl Clone for AgxCustomLook
Source§fn clone(&self) -> AgxCustomLook
fn clone(&self) -> AgxCustomLook
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgxCustomLook
impl Debug for AgxCustomLook
Source§impl Default for AgxCustomLook
impl Default for AgxCustomLook
Source§fn default() -> AgxCustomLook
fn default() -> AgxCustomLook
Returns the “default value” for a type. Read more
Source§impl PartialEq for AgxCustomLook
impl PartialEq for AgxCustomLook
Source§impl PartialOrd for AgxCustomLook
impl PartialOrd for AgxCustomLook
impl Copy for AgxCustomLook
impl StructuralPartialEq for AgxCustomLook
Auto Trait Implementations§
impl Freeze for AgxCustomLook
impl RefUnwindSafe for AgxCustomLook
impl Send for AgxCustomLook
impl Sync for AgxCustomLook
impl Unpin for AgxCustomLook
impl UnwindSafe for AgxCustomLook
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