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