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