#[repr(C)]pub struct BLENDFUNCTION {
    pub BlendOp: BYTE,
    pub BlendFlags: BYTE,
    pub SourceConstantAlpha: BYTE,
    pub AlphaFormat: BYTE,
}Fields§
§BlendOp: BYTE§BlendFlags: BYTE§SourceConstantAlpha: BYTE§AlphaFormat: BYTETrait Implementations§
Source§impl Clone for BLENDFUNCTION
 
impl Clone for BLENDFUNCTION
Source§fn clone(&self) -> BLENDFUNCTION
 
fn clone(&self) -> BLENDFUNCTION
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 BLENDFUNCTION
Auto Trait Implementations§
impl Freeze for BLENDFUNCTION
impl RefUnwindSafe for BLENDFUNCTION
impl Send for BLENDFUNCTION
impl Sync for BLENDFUNCTION
impl Unpin for BLENDFUNCTION
impl UnwindSafe for BLENDFUNCTION
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