Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::UPDATELAYEREDWINDOWINFO [−][src]
#[repr(C)]pub struct UPDATELAYEREDWINDOWINFO {
pub cbSize: u32,
pub hdcDst: HDC,
pub pptDst: *mut POINT,
pub psize: *mut SIZE,
pub hdcSrc: HDC,
pub pptSrc: *mut POINT,
pub crKey: u32,
pub pblend: *mut BLENDFUNCTION,
pub dwFlags: UPDATE_LAYERED_WINDOW_FLAGS,
pub prcDirty: *mut RECT,
}Fields
cbSize: u32hdcDst: HDCpptDst: *mut POINTpsize: *mut SIZEhdcSrc: HDCpptSrc: *mut POINTcrKey: u32pblend: *mut BLENDFUNCTIONdwFlags: UPDATE_LAYERED_WINDOW_FLAGSprcDirty: *mut RECTTrait Implementations
type DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Auto Trait Implementations
impl RefUnwindSafe for UPDATELAYEREDWINDOWINFO
impl !Send for UPDATELAYEREDWINDOWINFO
impl !Sync for UPDATELAYEREDWINDOWINFO
impl Unpin for UPDATELAYEREDWINDOWINFO
impl UnwindSafe for UPDATELAYEREDWINDOWINFO
Blanket Implementations
Mutably borrows from an owned value. Read more