Struct windows_sys::Win32::Graphics::Gdi::EMRSETVIEWPORTORGEX
#[repr(C)]pub struct EMRSETVIEWPORTORGEX {
pub emr: EMR,
pub ptlOrigin: POINTL,
}
Expand description
Required features: "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§
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