Struct windows::Win32::System::WindowsProgramming::DCIOVERLAY
#[repr(C)]pub struct DCIOVERLAY {
pub dciInfo: DCISURFACEINFO,
pub dwChromakeyValue: u32,
pub dwChromakeyMask: u32,
}
Fields§
§dciInfo: DCISURFACEINFO
§dwChromakeyValue: u32
§dwChromakeyMask: u32
Trait Implementations§
§impl Clone for DCIOVERLAY
impl Clone for DCIOVERLAY
§fn clone(&self) -> DCIOVERLAY
fn clone(&self) -> DCIOVERLAY
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 more§impl Debug for DCIOVERLAY
impl Debug for DCIOVERLAY
§impl PartialEq for DCIOVERLAY
impl PartialEq for DCIOVERLAY
§fn eq(&self, other: &DCIOVERLAY) -> bool
fn eq(&self, other: &DCIOVERLAY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DCIOVERLAY
impl Eq for DCIOVERLAY
impl StructuralPartialEq for DCIOVERLAY
Auto Trait Implementations§
impl Freeze for DCIOVERLAY
impl RefUnwindSafe for DCIOVERLAY
impl Send for DCIOVERLAY
impl Sync for DCIOVERLAY
impl Unpin for DCIOVERLAY
impl UnwindSafe for DCIOVERLAY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)