#[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 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 tagEMRPOLYPOLYLINE
impl Debug for tagEMRPOLYPOLYLINE
Source§impl Ord for tagEMRPOLYPOLYLINE
impl Ord for tagEMRPOLYPOLYLINE
Source§fn cmp(&self, other: &tagEMRPOLYPOLYLINE) -> Ordering
fn cmp(&self, other: &tagEMRPOLYPOLYLINE) -> 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 tagEMRPOLYPOLYLINE
impl PartialEq for tagEMRPOLYPOLYLINE
Source§impl PartialOrd for tagEMRPOLYPOLYLINE
impl PartialOrd for tagEMRPOLYPOLYLINE
impl Copy for tagEMRPOLYPOLYLINE
impl Eq for tagEMRPOLYPOLYLINE
impl StructuralPartialEq 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