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