Struct windows_sys::Win32::Graphics::Gdi::TTPOLYGONHEADER
[−]Expand description
Required features: "Win32_Graphics_Gdi"
Fields
cb: u32
dwType: u32
pfxStart: POINTFX
Trait Implementations
impl Clone for TTPOLYGONHEADER
impl Clone for TTPOLYGONHEADER
impl Copy for TTPOLYGONHEADER
Auto Trait Implementations
impl RefUnwindSafe for TTPOLYGONHEADER
impl Send for TTPOLYGONHEADER
impl Sync for TTPOLYGONHEADER
impl Unpin for TTPOLYGONHEADER
impl UnwindSafe for TTPOLYGONHEADER
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