pub struct RgbToneMapperParameters {
pub exposure: f32,
pub gamut_clipping: GamutClipping,
}Fields§
§exposure: f32§gamut_clipping: GamutClippingTrait Implementations§
Source§impl Clone for RgbToneMapperParameters
impl Clone for RgbToneMapperParameters
Source§fn clone(&self) -> RgbToneMapperParameters
fn clone(&self) -> RgbToneMapperParameters
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 RgbToneMapperParameters
impl Debug for RgbToneMapperParameters
Source§impl Default for RgbToneMapperParameters
impl Default for RgbToneMapperParameters
Source§impl PartialEq for RgbToneMapperParameters
impl PartialEq for RgbToneMapperParameters
Source§fn eq(&self, other: &RgbToneMapperParameters) -> bool
fn eq(&self, other: &RgbToneMapperParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RgbToneMapperParameters
impl PartialOrd for RgbToneMapperParameters
impl Copy for RgbToneMapperParameters
impl StructuralPartialEq for RgbToneMapperParameters
Auto Trait Implementations§
impl Freeze for RgbToneMapperParameters
impl RefUnwindSafe for RgbToneMapperParameters
impl Send for RgbToneMapperParameters
impl Sync for RgbToneMapperParameters
impl Unpin for RgbToneMapperParameters
impl UnwindSafe for RgbToneMapperParameters
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