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