Struct windows_sys::Win32::Graphics::Gdi::BLENDFUNCTION
[−]#[repr(C)]pub struct BLENDFUNCTION {
pub BlendOp: u8,
pub BlendFlags: u8,
pub SourceConstantAlpha: u8,
pub AlphaFormat: u8,
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
BlendOp: u8
BlendFlags: u8
SourceConstantAlpha: u8
AlphaFormat: u8
Trait Implementations
impl Clone for BLENDFUNCTION
impl Clone for BLENDFUNCTION
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