pub struct EnvironmentToneMapper(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl EnvironmentToneMapper
impl EnvironmentToneMapper
pub const LINEAR: EnvironmentToneMapper
pub const REINHARD: EnvironmentToneMapper
pub const FILMIC: EnvironmentToneMapper
pub const ACES: EnvironmentToneMapper
pub const ACES_FITTED: EnvironmentToneMapper
Trait Implementations§
Source§impl Clone for EnvironmentToneMapper
impl Clone for EnvironmentToneMapper
Source§fn clone(&self) -> EnvironmentToneMapper
fn clone(&self) -> EnvironmentToneMapper
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 EnvironmentToneMapper
impl Debug for EnvironmentToneMapper
Source§impl From<i64> for EnvironmentToneMapper
impl From<i64> for EnvironmentToneMapper
Source§fn from(v: i64) -> EnvironmentToneMapper
fn from(v: i64) -> EnvironmentToneMapper
Converts to this type from the input type.
Source§impl FromVariant for EnvironmentToneMapper
impl FromVariant for EnvironmentToneMapper
Source§impl Hash for EnvironmentToneMapper
impl Hash for EnvironmentToneMapper
Source§impl Ord for EnvironmentToneMapper
impl Ord for EnvironmentToneMapper
Source§fn cmp(&self, other: &EnvironmentToneMapper) -> Ordering
fn cmp(&self, other: &EnvironmentToneMapper) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EnvironmentToneMapper
impl PartialEq for EnvironmentToneMapper
Source§impl PartialOrd for EnvironmentToneMapper
impl PartialOrd for EnvironmentToneMapper
impl Copy for EnvironmentToneMapper
impl Eq for EnvironmentToneMapper
impl StructuralPartialEq for EnvironmentToneMapper
Auto Trait Implementations§
impl Freeze for EnvironmentToneMapper
impl RefUnwindSafe for EnvironmentToneMapper
impl Send for EnvironmentToneMapper
impl Sync for EnvironmentToneMapper
impl Unpin for EnvironmentToneMapper
impl UnwindSafe for EnvironmentToneMapper
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.