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