Struct DDHAL_COLORCONTROLDATA
#[repr(C)]pub struct DDHAL_COLORCONTROLDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub lpDDSurface: *mut DDRAWI_DDRAWSURFACE_LCL,
pub lpColorData: *mut DDCOLORCONTROL,
pub dwFlags: u32,
pub ddRVal: HRESULT,
pub ColorControl: LPDDHALCOLORCB_COLORCONTROL,
}
Fields§
§lpDD: *mut DDRAWI_DIRECTDRAW_GBL
§lpDDSurface: *mut DDRAWI_DDRAWSURFACE_LCL
§lpColorData: *mut DDCOLORCONTROL
§dwFlags: u32
§ddRVal: HRESULT
§ColorControl: LPDDHALCOLORCB_COLORCONTROL
Trait Implementations§
§impl Clone for DDHAL_COLORCONTROLDATA
impl Clone for DDHAL_COLORCONTROLDATA
§fn clone(&self) -> DDHAL_COLORCONTROLDATA
fn clone(&self) -> DDHAL_COLORCONTROLDATA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DDHAL_COLORCONTROLDATA
impl Debug for DDHAL_COLORCONTROLDATA
§impl Default for DDHAL_COLORCONTROLDATA
impl Default for DDHAL_COLORCONTROLDATA
§impl PartialEq for DDHAL_COLORCONTROLDATA
impl PartialEq for DDHAL_COLORCONTROLDATA
impl Copy for DDHAL_COLORCONTROLDATA
impl StructuralPartialEq for DDHAL_COLORCONTROLDATA
Auto Trait Implementations§
impl Freeze for DDHAL_COLORCONTROLDATA
impl RefUnwindSafe for DDHAL_COLORCONTROLDATA
impl !Send for DDHAL_COLORCONTROLDATA
impl !Sync for DDHAL_COLORCONTROLDATA
impl Unpin for DDHAL_COLORCONTROLDATA
impl UnwindSafe for DDHAL_COLORCONTROLDATA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more