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 copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
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§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