#[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 duplicate 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
impl Copy 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