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