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