#[repr(C)]pub struct WGPUColorTargetStateExpandResolveTextureDawn {
pub chain: WGPUChainedStruct,
pub enabled: WGPUBool,
}Fields§
§chain: WGPUChainedStruct§enabled: WGPUBoolTrait Implementations§
Source§impl Clone for WGPUColorTargetStateExpandResolveTextureDawn
impl Clone for WGPUColorTargetStateExpandResolveTextureDawn
Source§fn clone(&self) -> WGPUColorTargetStateExpandResolveTextureDawn
fn clone(&self) -> WGPUColorTargetStateExpandResolveTextureDawn
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 Ord for WGPUColorTargetStateExpandResolveTextureDawn
impl Ord for WGPUColorTargetStateExpandResolveTextureDawn
Source§fn cmp(&self, other: &WGPUColorTargetStateExpandResolveTextureDawn) -> Ordering
fn cmp(&self, other: &WGPUColorTargetStateExpandResolveTextureDawn) -> 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 WGPUColorTargetStateExpandResolveTextureDawn
impl PartialEq for WGPUColorTargetStateExpandResolveTextureDawn
Source§fn eq(&self, other: &WGPUColorTargetStateExpandResolveTextureDawn) -> bool
fn eq(&self, other: &WGPUColorTargetStateExpandResolveTextureDawn) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUColorTargetStateExpandResolveTextureDawn
impl PartialOrd for WGPUColorTargetStateExpandResolveTextureDawn
impl Copy for WGPUColorTargetStateExpandResolveTextureDawn
impl Eq for WGPUColorTargetStateExpandResolveTextureDawn
impl StructuralPartialEq for WGPUColorTargetStateExpandResolveTextureDawn
Auto Trait Implementations§
impl Freeze for WGPUColorTargetStateExpandResolveTextureDawn
impl RefUnwindSafe for WGPUColorTargetStateExpandResolveTextureDawn
impl !Send for WGPUColorTargetStateExpandResolveTextureDawn
impl !Sync for WGPUColorTargetStateExpandResolveTextureDawn
impl Unpin for WGPUColorTargetStateExpandResolveTextureDawn
impl UnwindSafe for WGPUColorTargetStateExpandResolveTextureDawn
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