#[repr(transparent)]pub struct WGPUBlendFactor(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl WGPUBlendFactor
impl WGPUBlendFactor
pub const WGPUBlendFactor_Undefined: WGPUBlendFactor
Source§impl WGPUBlendFactor
impl WGPUBlendFactor
pub const WGPUBlendFactor_Zero: WGPUBlendFactor
Source§impl WGPUBlendFactor
impl WGPUBlendFactor
pub const WGPUBlendFactor_One: WGPUBlendFactor
Source§impl WGPUBlendFactor
impl WGPUBlendFactor
pub const WGPUBlendFactor_Src: WGPUBlendFactor
Source§impl WGPUBlendFactor
impl WGPUBlendFactor
pub const WGPUBlendFactor_SrcAlpha: WGPUBlendFactor
Source§impl WGPUBlendFactor
impl WGPUBlendFactor
pub const WGPUBlendFactor_Dst: WGPUBlendFactor
Source§impl WGPUBlendFactor
impl WGPUBlendFactor
pub const WGPUBlendFactor_DstAlpha: WGPUBlendFactor
Source§impl WGPUBlendFactor
impl WGPUBlendFactor
pub const WGPUBlendFactor_Constant: WGPUBlendFactor
Source§impl WGPUBlendFactor
impl WGPUBlendFactor
pub const WGPUBlendFactor_Src1: WGPUBlendFactor
Source§impl WGPUBlendFactor
impl WGPUBlendFactor
pub const WGPUBlendFactor_Src1Alpha: WGPUBlendFactor
Source§impl WGPUBlendFactor
impl WGPUBlendFactor
pub const WGPUBlendFactor_Force32: WGPUBlendFactor
Trait Implementations§
Source§impl Clone for WGPUBlendFactor
impl Clone for WGPUBlendFactor
Source§fn clone(&self) -> WGPUBlendFactor
fn clone(&self) -> WGPUBlendFactor
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 WGPUBlendFactor
impl Debug for WGPUBlendFactor
Source§impl Hash for WGPUBlendFactor
impl Hash for WGPUBlendFactor
Source§impl PartialEq for WGPUBlendFactor
impl PartialEq for WGPUBlendFactor
impl Copy for WGPUBlendFactor
impl Eq for WGPUBlendFactor
impl StructuralPartialEq for WGPUBlendFactor
Auto Trait Implementations§
impl Freeze for WGPUBlendFactor
impl RefUnwindSafe for WGPUBlendFactor
impl Send for WGPUBlendFactor
impl Sync for WGPUBlendFactor
impl Unpin for WGPUBlendFactor
impl UnwindSafe for WGPUBlendFactor
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