#[repr(C)]pub struct POLYGON {
pub vl_len_: int32,
pub npts: int32,
pub boundbox: BOX,
pub p: __IncompleteArrayField<Point>,
}
Fields§
§vl_len_: int32
§npts: int32
§boundbox: BOX
§p: __IncompleteArrayField<Point>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for POLYGON
impl RefUnwindSafe for POLYGON
impl Send for POLYGON
impl Sync for POLYGON
impl Unpin for POLYGON
impl UnwindSafe for POLYGON
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