Struct vc6_sys::tagEMRELLIPSE
source · #[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 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
impl Copy for tagEMRELLIPSE
Auto Trait Implementations§
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