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