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