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