Struct webview2_com::Windows::Win32::Graphics::Gdi::BLENDFUNCTION [−][src]
#[repr(C)]pub struct BLENDFUNCTION {
pub BlendOp: u8,
pub BlendFlags: u8,
pub SourceConstantAlpha: u8,
pub AlphaFormat: u8,
}Fields
BlendOp: u8BlendFlags: u8SourceConstantAlpha: u8AlphaFormat: u8Trait Implementations
type Abi = BLENDFUNCTION
type Abi = BLENDFUNCTION
The abi representation of the implementing type. Read more
type DefaultType = BLENDFUNCTION
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more