Struct windows_sys::Win32::Graphics::Gdi::EMRPOLYPOLYLINE16
[−]#[repr(C)]pub struct EMRPOLYPOLYLINE16 {
pub emr: EMR,
pub rclBounds: RECTL,
pub nPolys: u32,
pub cpts: u32,
pub aPolyCounts: [u32; 1],
pub apts: [POINTS; 1],
}
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
emr: EMR
rclBounds: RECTL
nPolys: u32
cpts: u32
aPolyCounts: [u32; 1]
apts: [POINTS; 1]
Trait Implementations
impl Clone for EMRPOLYPOLYLINE16
impl Clone for EMRPOLYPOLYLINE16
impl Copy for EMRPOLYPOLYLINE16
Auto Trait Implementations
impl RefUnwindSafe for EMRPOLYPOLYLINE16
impl Send for EMRPOLYPOLYLINE16
impl Sync for EMRPOLYPOLYLINE16
impl Unpin for EMRPOLYPOLYLINE16
impl UnwindSafe for EMRPOLYPOLYLINE16
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more