Struct 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
impl Copy 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