#[repr(C)]pub struct WGPUColorTargetState {
pub nextInChain: *mut WGPUChainedStruct,
pub format: c_int,
pub blend: *const WGPUBlendState,
pub writeMask: WGPUFlags,
}Fields§
§nextInChain: *mut WGPUChainedStruct§format: c_int§blend: *const WGPUBlendState§writeMask: WGPUFlagsTrait Implementations§
Source§impl Clone for WGPUColorTargetState
impl Clone for WGPUColorTargetState
Source§fn clone(&self) -> WGPUColorTargetState
fn clone(&self) -> WGPUColorTargetState
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 WGPUColorTargetState
impl Debug for WGPUColorTargetState
impl Copy for WGPUColorTargetState
Auto Trait Implementations§
impl Freeze for WGPUColorTargetState
impl RefUnwindSafe for WGPUColorTargetState
impl !Send for WGPUColorTargetState
impl !Sync for WGPUColorTargetState
impl Unpin for WGPUColorTargetState
impl UnwindSafe for WGPUColorTargetState
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