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