#[repr(C)]pub struct tagTTPOLYCURVE {
pub wType: WORD,
pub cpfx: WORD,
pub apfx: [POINTFX; 1],
}
Fields§
§wType: WORD
§cpfx: WORD
§apfx: [POINTFX; 1]
Trait Implementations§
Source§impl Clone for tagTTPOLYCURVE
impl Clone for tagTTPOLYCURVE
Source§fn clone(&self) -> tagTTPOLYCURVE
fn clone(&self) -> tagTTPOLYCURVE
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 tagTTPOLYCURVE
impl Debug for tagTTPOLYCURVE
Source§impl Ord for tagTTPOLYCURVE
impl Ord for tagTTPOLYCURVE
Source§fn cmp(&self, other: &tagTTPOLYCURVE) -> Ordering
fn cmp(&self, other: &tagTTPOLYCURVE) -> 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 tagTTPOLYCURVE
impl PartialEq for tagTTPOLYCURVE
Source§impl PartialOrd for tagTTPOLYCURVE
impl PartialOrd for tagTTPOLYCURVE
impl Copy for tagTTPOLYCURVE
impl Eq for tagTTPOLYCURVE
impl StructuralPartialEq for tagTTPOLYCURVE
Auto Trait Implementations§
impl Freeze for tagTTPOLYCURVE
impl RefUnwindSafe for tagTTPOLYCURVE
impl Send for tagTTPOLYCURVE
impl Sync for tagTTPOLYCURVE
impl Unpin for tagTTPOLYCURVE
impl UnwindSafe for tagTTPOLYCURVE
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