#[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: BYTE
Trait Implementations
sourceimpl Clone for BLENDFUNCTION
impl Clone for BLENDFUNCTION
sourcefn clone(&self) -> BLENDFUNCTION
fn clone(&self) -> BLENDFUNCTION
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for BLENDFUNCTION
Auto Trait Implementations
impl RefUnwindSafe for BLENDFUNCTION
impl Send for BLENDFUNCTION
impl Sync for BLENDFUNCTION
impl Unpin for BLENDFUNCTION
impl UnwindSafe for BLENDFUNCTION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more