#[repr(C)]pub struct tagEMRSETVIEWPORTORGEX {
pub emr: EMR,
pub ptlOrigin: POINTL,
}
Fields§
§emr: EMR
§ptlOrigin: POINTL
Trait Implementations§
Source§impl Clone for tagEMRSETVIEWPORTORGEX
impl Clone for tagEMRSETVIEWPORTORGEX
Source§fn clone(&self) -> tagEMRSETVIEWPORTORGEX
fn clone(&self) -> tagEMRSETVIEWPORTORGEX
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 tagEMRSETVIEWPORTORGEX
impl Debug for tagEMRSETVIEWPORTORGEX
Source§impl Ord for tagEMRSETVIEWPORTORGEX
impl Ord for tagEMRSETVIEWPORTORGEX
Source§fn cmp(&self, other: &tagEMRSETVIEWPORTORGEX) -> Ordering
fn cmp(&self, other: &tagEMRSETVIEWPORTORGEX) -> 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 tagEMRSETVIEWPORTORGEX
impl PartialEq for tagEMRSETVIEWPORTORGEX
Source§impl PartialOrd for tagEMRSETVIEWPORTORGEX
impl PartialOrd for tagEMRSETVIEWPORTORGEX
impl Copy for tagEMRSETVIEWPORTORGEX
impl Eq for tagEMRSETVIEWPORTORGEX
impl StructuralPartialEq for tagEMRSETVIEWPORTORGEX
Auto Trait Implementations§
impl Freeze for tagEMRSETVIEWPORTORGEX
impl RefUnwindSafe for tagEMRSETVIEWPORTORGEX
impl Send for tagEMRSETVIEWPORTORGEX
impl Sync for tagEMRSETVIEWPORTORGEX
impl Unpin for tagEMRSETVIEWPORTORGEX
impl UnwindSafe for tagEMRSETVIEWPORTORGEX
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