#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WGPUColorTargetStateExpandResolveTextureDawn
impl Eq for WGPUColorTargetStateExpandResolveTextureDawn
Source§impl Ord for WGPUColorTargetStateExpandResolveTextureDawn
impl Ord for WGPUColorTargetStateExpandResolveTextureDawn
Source§fn cmp(&self, other: &WGPUColorTargetStateExpandResolveTextureDawn) -> Ordering
fn cmp(&self, other: &WGPUColorTargetStateExpandResolveTextureDawn) -> Ordering
1.21.0 (const: unstable) · 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 PartialOrd for WGPUColorTargetStateExpandResolveTextureDawn
impl PartialOrd for WGPUColorTargetStateExpandResolveTextureDawn
Source§fn partial_cmp(
&self,
other: &WGPUColorTargetStateExpandResolveTextureDawn,
) -> Option<Ordering>
fn partial_cmp( &self, other: &WGPUColorTargetStateExpandResolveTextureDawn, ) -> Option<Ordering>
impl StructuralPartialEq for WGPUColorTargetStateExpandResolveTextureDawn
Auto Trait Implementations§
impl !Send for WGPUColorTargetStateExpandResolveTextureDawn
impl !Sync for WGPUColorTargetStateExpandResolveTextureDawn
impl Freeze for WGPUColorTargetStateExpandResolveTextureDawn
impl RefUnwindSafe for WGPUColorTargetStateExpandResolveTextureDawn
impl Unpin for WGPUColorTargetStateExpandResolveTextureDawn
impl UnsafeUnpin 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