#[repr(C)]pub struct tagEMRSETVIEWPORTORGEX {
pub emr: EMR,
pub ptlOrigin: POINTL,
}Fields§
§emr: EMR§ptlOrigin: POINTLTrait Implementations§
Source§impl Clone for tagEMRSETVIEWPORTORGEX
impl Clone for tagEMRSETVIEWPORTORGEX
Source§fn clone(&self) -> tagEMRSETVIEWPORTORGEX
fn clone(&self) -> tagEMRSETVIEWPORTORGEX
Returns a duplicate 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
impl Copy 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