#[repr(C)]pub struct DD_COLORCONTROLCALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub ColorControl: PDD_COLORCB_COLORCONTROL,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’
Fields
dwSize: u32dwFlags: u32ColorControl: PDD_COLORCB_COLORCONTROLTrait Implementations
impl Clone for DD_COLORCONTROLCALLBACKS
impl Clone for DD_COLORCONTROLCALLBACKS
impl Copy for DD_COLORCONTROLCALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DD_COLORCONTROLCALLBACKS
impl Send for DD_COLORCONTROLCALLBACKS
impl Sync for DD_COLORCONTROLCALLBACKS
impl Unpin for DD_COLORCONTROLCALLBACKS
impl UnwindSafe for DD_COLORCONTROLCALLBACKS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more