Struct windows_sys::Win32::Graphics::Gdi::TTPOLYCURVE
[−]Expand description
Required features: "Win32_Graphics_Gdi"
Fields
wType: u16
cpfx: u16
apfx: [POINTFX; 1]
Trait Implementations
impl Clone for TTPOLYCURVE
impl Clone for TTPOLYCURVE
impl Copy for TTPOLYCURVE
Auto Trait Implementations
impl RefUnwindSafe for TTPOLYCURVE
impl Send for TTPOLYCURVE
impl Sync for TTPOLYCURVE
impl Unpin for TTPOLYCURVE
impl UnwindSafe for TTPOLYCURVE
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