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