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