#[repr(transparent)]pub struct WGPUToneMappingMode(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
Source§impl Clone for WGPUToneMappingMode
impl Clone for WGPUToneMappingMode
Source§fn clone(&self) -> WGPUToneMappingMode
fn clone(&self) -> WGPUToneMappingMode
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 WGPUToneMappingMode
impl Debug for WGPUToneMappingMode
Source§impl Hash for WGPUToneMappingMode
impl Hash for WGPUToneMappingMode
Source§impl Ord for WGPUToneMappingMode
impl Ord for WGPUToneMappingMode
Source§fn cmp(&self, other: &WGPUToneMappingMode) -> Ordering
fn cmp(&self, other: &WGPUToneMappingMode) -> 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 WGPUToneMappingMode
impl PartialEq for WGPUToneMappingMode
Source§impl PartialOrd for WGPUToneMappingMode
impl PartialOrd for WGPUToneMappingMode
impl Copy for WGPUToneMappingMode
impl Eq for WGPUToneMappingMode
impl StructuralPartialEq for WGPUToneMappingMode
Auto Trait Implementations§
impl Freeze for WGPUToneMappingMode
impl RefUnwindSafe for WGPUToneMappingMode
impl Send for WGPUToneMappingMode
impl Sync for WGPUToneMappingMode
impl Unpin for WGPUToneMappingMode
impl UnwindSafe for WGPUToneMappingMode
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