pub struct SurfaceColorManagement {
pub color_space: Option<PredefinedColorSpace>,
pub tone_mapping_mode: Option<ToneMappingMode>,
}Fields§
§color_space: Option<PredefinedColorSpace>§tone_mapping_mode: Option<ToneMappingMode>Implementations§
Trait Implementations§
Source§impl Default for SurfaceColorManagement
impl Default for SurfaceColorManagement
Source§impl From<SurfaceColorManagement> for SurfaceDescriptorExtension
impl From<SurfaceColorManagement> for SurfaceDescriptorExtension
Source§fn from(ext: SurfaceColorManagement) -> Self
fn from(ext: SurfaceColorManagement) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SurfaceColorManagement
impl RefUnwindSafe for SurfaceColorManagement
impl Send for SurfaceColorManagement
impl Sync for SurfaceColorManagement
impl Unpin for SurfaceColorManagement
impl UnsafeUnpin for SurfaceColorManagement
impl UnwindSafe for SurfaceColorManagement
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