Struct windows_sys::Win32::Graphics::Gdi::EMRSETVIEWPORTORGEX
[−]Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
emr: EMR
ptlOrigin: POINTL
Trait Implementations
impl Clone for EMRSETVIEWPORTORGEX
impl Clone for EMRSETVIEWPORTORGEX
impl Copy for EMRSETVIEWPORTORGEX
Auto Trait Implementations
impl RefUnwindSafe for EMRSETVIEWPORTORGEX
impl Send for EMRSETVIEWPORTORGEX
impl Sync for EMRSETVIEWPORTORGEX
impl Unpin for EMRSETVIEWPORTORGEX
impl UnwindSafe for EMRSETVIEWPORTORGEX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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