#[repr(C)]pub struct tagEMRSETVIEWPORTEXTEX {
pub emr: EMR,
pub szlExtent: SIZEL,
}
Fields§
§emr: EMR
§szlExtent: SIZEL
Trait Implementations§
Source§impl Clone for tagEMRSETVIEWPORTEXTEX
impl Clone for tagEMRSETVIEWPORTEXTEX
Source§fn clone(&self) -> tagEMRSETVIEWPORTEXTEX
fn clone(&self) -> tagEMRSETVIEWPORTEXTEX
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagEMRSETVIEWPORTEXTEX
impl Debug for tagEMRSETVIEWPORTEXTEX
Source§impl Ord for tagEMRSETVIEWPORTEXTEX
impl Ord for tagEMRSETVIEWPORTEXTEX
Source§fn cmp(&self, other: &tagEMRSETVIEWPORTEXTEX) -> Ordering
fn cmp(&self, other: &tagEMRSETVIEWPORTEXTEX) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagEMRSETVIEWPORTEXTEX
impl PartialEq for tagEMRSETVIEWPORTEXTEX
Source§impl PartialOrd for tagEMRSETVIEWPORTEXTEX
impl PartialOrd for tagEMRSETVIEWPORTEXTEX
impl Copy for tagEMRSETVIEWPORTEXTEX
impl Eq for tagEMRSETVIEWPORTEXTEX
impl StructuralPartialEq for tagEMRSETVIEWPORTEXTEX
Auto Trait Implementations§
impl Freeze for tagEMRSETVIEWPORTEXTEX
impl RefUnwindSafe for tagEMRSETVIEWPORTEXTEX
impl Send for tagEMRSETVIEWPORTEXTEX
impl Sync for tagEMRSETVIEWPORTEXTEX
impl Unpin for tagEMRSETVIEWPORTEXTEX
impl UnwindSafe for tagEMRSETVIEWPORTEXTEX
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