Struct windows::Win32::Graphics::Gdi::TTPOLYCURVE
#[repr(C)]pub struct TTPOLYCURVE {
pub wType: u16,
pub cpfx: u16,
pub apfx: [POINTFX; 1],
}
Fields§
§wType: u16
§cpfx: u16
§apfx: [POINTFX; 1]
Trait Implementations§
§impl Clone for TTPOLYCURVE
impl Clone for TTPOLYCURVE
§fn clone(&self) -> TTPOLYCURVE
fn clone(&self) -> TTPOLYCURVE
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 more§impl Debug for TTPOLYCURVE
impl Debug for TTPOLYCURVE
§impl PartialEq for TTPOLYCURVE
impl PartialEq for TTPOLYCURVE
§fn eq(&self, other: &TTPOLYCURVE) -> bool
fn eq(&self, other: &TTPOLYCURVE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TTPOLYCURVE
impl Eq for TTPOLYCURVE
impl StructuralPartialEq for TTPOLYCURVE
Auto Trait Implementations§
impl Freeze for TTPOLYCURVE
impl RefUnwindSafe for TTPOLYCURVE
impl Send for TTPOLYCURVE
impl Sync for TTPOLYCURVE
impl Unpin for TTPOLYCURVE
impl UnwindSafe for TTPOLYCURVE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)