#[repr(u32)]pub enum VisualServerEnvironmentToneMapper {
EnvToneMapperLinear = 0,
EnvToneMapperReinhardt = 1,
EnvToneMapperFilmic = 2,
EnvToneMapperAces = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for VisualServerEnvironmentToneMapper
impl Clone for VisualServerEnvironmentToneMapper
Source§fn clone(&self) -> VisualServerEnvironmentToneMapper
fn clone(&self) -> VisualServerEnvironmentToneMapper
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 PartialEq for VisualServerEnvironmentToneMapper
impl PartialEq for VisualServerEnvironmentToneMapper
Source§fn eq(&self, other: &VisualServerEnvironmentToneMapper) -> bool
fn eq(&self, other: &VisualServerEnvironmentToneMapper) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VisualServerEnvironmentToneMapper
impl Eq for VisualServerEnvironmentToneMapper
impl StructuralPartialEq for VisualServerEnvironmentToneMapper
Auto Trait Implementations§
impl Freeze for VisualServerEnvironmentToneMapper
impl RefUnwindSafe for VisualServerEnvironmentToneMapper
impl Send for VisualServerEnvironmentToneMapper
impl Sync for VisualServerEnvironmentToneMapper
impl Unpin for VisualServerEnvironmentToneMapper
impl UnwindSafe for VisualServerEnvironmentToneMapper
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