#[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 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 moreimpl Copy 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