pub struct PostProcConfig {
pub average_luminocity: f32,
pub exposure_key_value: f32,
pub white_level: f32,
}
Fields§
§average_luminocity: f32
§exposure_key_value: f32
§white_level: f32
Trait Implementations§
Source§impl Clone for PostProcConfig
impl Clone for PostProcConfig
Source§fn clone(&self) -> PostProcConfig
fn clone(&self) -> PostProcConfig
Returns a duplicate 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 PostProcConfig
impl Debug for PostProcConfig
Source§impl Default for PostProcConfig
impl Default for PostProcConfig
impl Copy for PostProcConfig
Auto Trait Implementations§
impl Freeze for PostProcConfig
impl RefUnwindSafe for PostProcConfig
impl Send for PostProcConfig
impl Sync for PostProcConfig
impl Unpin for PostProcConfig
impl UnwindSafe for PostProcConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
Source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian()
.