Struct 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,
}
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
§fn clone(&self) -> DD_COLORCONTROLDATA
fn clone(&self) -> DD_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 DD_COLORCONTROLDATA
impl Debug for DD_COLORCONTROLDATA
§impl Default for DD_COLORCONTROLDATA
impl Default for DD_COLORCONTROLDATA
§impl PartialEq for DD_COLORCONTROLDATA
impl PartialEq for DD_COLORCONTROLDATA
impl Copy for DD_COLORCONTROLDATA
impl StructuralPartialEq for DD_COLORCONTROLDATA
Auto Trait Implementations§
impl Freeze for DD_COLORCONTROLDATA
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§
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