#[repr(C)]pub struct WGPUBlendComponent {
pub operation: WGPUBlendOperation,
pub srcFactor: WGPUBlendFactor,
pub dstFactor: WGPUBlendFactor,
}Fields§
§operation: WGPUBlendOperation§srcFactor: WGPUBlendFactor§dstFactor: WGPUBlendFactorTrait Implementations§
Source§impl Clone for WGPUBlendComponent
impl Clone for WGPUBlendComponent
Source§fn clone(&self) -> WGPUBlendComponent
fn clone(&self) -> WGPUBlendComponent
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 WGPUBlendComponent
impl Debug for WGPUBlendComponent
impl Copy for WGPUBlendComponent
Auto Trait Implementations§
impl Freeze for WGPUBlendComponent
impl RefUnwindSafe for WGPUBlendComponent
impl Send for WGPUBlendComponent
impl Sync for WGPUBlendComponent
impl Unpin for WGPUBlendComponent
impl UnwindSafe for WGPUBlendComponent
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