#[repr(C, packed(4))]pub struct FsPath {
pub first: c_int,
pub count: c_int,
pub closed: c_uchar,
pub nbevel: c_int,
pub fill: *mut FsVertex,
pub nfill: c_int,
pub stroke: *mut FsVertex,
pub nstroke: c_int,
pub winding: c_int,
pub convex: c_int,
}
Fields§
§first: c_int
§count: c_int
§closed: c_uchar
§nbevel: c_int
§fill: *mut FsVertex
§nfill: c_int
§stroke: *mut FsVertex
§nstroke: c_int
§winding: c_int
§convex: c_int
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FsPath
impl !Send for FsPath
impl !Sync for FsPath
impl Unpin for FsPath
impl UnwindSafe for FsPath
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