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