#[repr(C)]pub struct tagEMRPOLYPOLYLINE {
pub emr: EMR,
pub rclBounds: RECTL,
pub nPolys: DWORD,
pub cptl: DWORD,
pub aPolyCounts: [DWORD; 1],
pub aptl: [POINTL; 1],
}Fields§
§emr: EMR§rclBounds: RECTL§nPolys: DWORD§cptl: DWORD§aPolyCounts: [DWORD; 1]§aptl: [POINTL; 1]Trait Implementations§
Source§impl Clone for tagEMRPOLYPOLYLINE
impl Clone for tagEMRPOLYPOLYLINE
Source§fn clone(&self) -> tagEMRPOLYPOLYLINE
fn clone(&self) -> tagEMRPOLYPOLYLINE
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 tagEMRPOLYPOLYLINE
impl Debug for tagEMRPOLYPOLYLINE
impl Copy for tagEMRPOLYPOLYLINE
Auto Trait Implementations§
impl Freeze for tagEMRPOLYPOLYLINE
impl RefUnwindSafe for tagEMRPOLYPOLYLINE
impl Send for tagEMRPOLYPOLYLINE
impl Sync for tagEMRPOLYPOLYLINE
impl Unpin for tagEMRPOLYPOLYLINE
impl UnwindSafe for tagEMRPOLYPOLYLINE
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