#[repr(C)]pub struct WGPUSurfaceColorManagement {
pub chain: WGPUChainedStruct,
pub colorSpace: c_int,
pub toneMappingMode: c_int,
}Fields§
§chain: WGPUChainedStruct§colorSpace: c_int§toneMappingMode: c_intTrait Implementations§
Source§impl Clone for WGPUSurfaceColorManagement
impl Clone for WGPUSurfaceColorManagement
Source§fn clone(&self) -> WGPUSurfaceColorManagement
fn clone(&self) -> WGPUSurfaceColorManagement
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 WGPUSurfaceColorManagement
impl Debug for WGPUSurfaceColorManagement
impl Copy for WGPUSurfaceColorManagement
Auto Trait Implementations§
impl Freeze for WGPUSurfaceColorManagement
impl RefUnwindSafe for WGPUSurfaceColorManagement
impl !Send for WGPUSurfaceColorManagement
impl !Sync for WGPUSurfaceColorManagement
impl Unpin for WGPUSurfaceColorManagement
impl UnwindSafe for WGPUSurfaceColorManagement
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