Struct windows_sys::Win32::Graphics::Gdi::EMRSETPIXELV
[−]Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
emr: EMR
ptlPixel: POINTL
crColor: u32
Trait Implementations
impl Clone for EMRSETPIXELV
impl Clone for EMRSETPIXELV
impl Copy for EMRSETPIXELV
Auto Trait Implementations
impl RefUnwindSafe for EMRSETPIXELV
impl Send for EMRSETPIXELV
impl Sync for EMRSETPIXELV
impl Unpin for EMRSETPIXELV
impl UnwindSafe for EMRSETPIXELV
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