Struct windows_sys::Win32::Graphics::DirectDraw::DD_COLORCONTROLDATA
[−]#[repr(C)]pub struct DD_COLORCONTROLDATA {
pub lpDD: *mut DD_DIRECTDRAW_GLOBAL,
pub lpDDSurface: *mut DD_SURFACE_LOCAL,
pub lpColorData: *mut DDCOLORCONTROL,
pub dwFlags: u32,
pub ddRVal: HRESULT,
pub ColorControl: *mut c_void,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’
Fields
lpDD: *mut DD_DIRECTDRAW_GLOBAL
lpDDSurface: *mut DD_SURFACE_LOCAL
lpColorData: *mut DDCOLORCONTROL
dwFlags: u32
ddRVal: HRESULT
ColorControl: *mut c_void
Trait Implementations
impl Clone for DD_COLORCONTROLDATA
impl Clone for DD_COLORCONTROLDATA
impl Copy for DD_COLORCONTROLDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_COLORCONTROLDATA
impl !Send for DD_COLORCONTROLDATA
impl !Sync for DD_COLORCONTROLDATA
impl Unpin for DD_COLORCONTROLDATA
impl UnwindSafe for DD_COLORCONTROLDATA
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