Struct DDHAL_DDCOLORCONTROLCALLBACKS
#[repr(C)]pub struct DDHAL_DDCOLORCONTROLCALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub ColorControl: LPDDHALCOLORCB_COLORCONTROL,
}
Fields§
§dwSize: u32
§dwFlags: u32
§ColorControl: LPDDHALCOLORCB_COLORCONTROL
Trait Implementations§
§impl Clone for DDHAL_DDCOLORCONTROLCALLBACKS
impl Clone for DDHAL_DDCOLORCONTROLCALLBACKS
§fn clone(&self) -> DDHAL_DDCOLORCONTROLCALLBACKS
fn clone(&self) -> DDHAL_DDCOLORCONTROLCALLBACKS
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_DDCOLORCONTROLCALLBACKS
impl Debug for DDHAL_DDCOLORCONTROLCALLBACKS
§impl Default for DDHAL_DDCOLORCONTROLCALLBACKS
impl Default for DDHAL_DDCOLORCONTROLCALLBACKS
§impl PartialEq for DDHAL_DDCOLORCONTROLCALLBACKS
impl PartialEq for DDHAL_DDCOLORCONTROLCALLBACKS
impl Copy for DDHAL_DDCOLORCONTROLCALLBACKS
impl StructuralPartialEq for DDHAL_DDCOLORCONTROLCALLBACKS
Auto Trait Implementations§
impl Freeze for DDHAL_DDCOLORCONTROLCALLBACKS
impl RefUnwindSafe for DDHAL_DDCOLORCONTROLCALLBACKS
impl Send for DDHAL_DDCOLORCONTROLCALLBACKS
impl Sync for DDHAL_DDCOLORCONTROLCALLBACKS
impl Unpin for DDHAL_DDCOLORCONTROLCALLBACKS
impl UnwindSafe for DDHAL_DDCOLORCONTROLCALLBACKS
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