#[repr(C)]pub struct tagEMRPOLYLINE16 {
pub emr: EMR,
pub rclBounds: RECTL,
pub cpts: DWORD,
pub apts: [POINTS; 1],
}
Fields§
§emr: EMR
§rclBounds: RECTL
§cpts: DWORD
§apts: [POINTS; 1]
Trait Implementations§
Source§impl Clone for tagEMRPOLYLINE16
impl Clone for tagEMRPOLYLINE16
Source§fn clone(&self) -> tagEMRPOLYLINE16
fn clone(&self) -> tagEMRPOLYLINE16
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 tagEMRPOLYLINE16
impl Debug for tagEMRPOLYLINE16
Source§impl Ord for tagEMRPOLYLINE16
impl Ord for tagEMRPOLYLINE16
Source§fn cmp(&self, other: &tagEMRPOLYLINE16) -> Ordering
fn cmp(&self, other: &tagEMRPOLYLINE16) -> 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 tagEMRPOLYLINE16
impl PartialEq for tagEMRPOLYLINE16
Source§impl PartialOrd for tagEMRPOLYLINE16
impl PartialOrd for tagEMRPOLYLINE16
impl Copy for tagEMRPOLYLINE16
impl Eq for tagEMRPOLYLINE16
impl StructuralPartialEq for tagEMRPOLYLINE16
Auto Trait Implementations§
impl Freeze for tagEMRPOLYLINE16
impl RefUnwindSafe for tagEMRPOLYLINE16
impl Send for tagEMRPOLYLINE16
impl Sync for tagEMRPOLYLINE16
impl Unpin for tagEMRPOLYLINE16
impl UnwindSafe for tagEMRPOLYLINE16
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