Struct windows_sys::Win32::Graphics::DirectDraw::DDCOLORKEY
[−]Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwColorSpaceLowValue: u32
dwColorSpaceHighValue: u32
Trait Implementations
impl Clone for DDCOLORKEY
impl Clone for DDCOLORKEY
impl Copy for DDCOLORKEY
Auto Trait Implementations
impl RefUnwindSafe for DDCOLORKEY
impl Send for DDCOLORKEY
impl Sync for DDCOLORKEY
impl Unpin for DDCOLORKEY
impl UnwindSafe for DDCOLORKEY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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