Struct TTPOLYGONHEADER
#[repr(C)]pub struct TTPOLYGONHEADER {
pub cb: u32,
pub dwType: u32,
pub pfxStart: POINTFX,
}
Fields§
§cb: u32
§dwType: u32
§pfxStart: POINTFX
Trait Implementations§
§impl Clone for TTPOLYGONHEADER
impl Clone for TTPOLYGONHEADER
§fn clone(&self) -> TTPOLYGONHEADER
fn clone(&self) -> TTPOLYGONHEADER
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 moreimpl Copy for TTPOLYGONHEADER
Auto Trait Implementations§
impl Freeze for TTPOLYGONHEADER
impl RefUnwindSafe for TTPOLYGONHEADER
impl Send for TTPOLYGONHEADER
impl Sync for TTPOLYGONHEADER
impl Unpin for TTPOLYGONHEADER
impl UnwindSafe for TTPOLYGONHEADER
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