#[repr(C)]pub struct pathend_t {
pub nb: boxf,
pub np: pointf,
pub sidemask: c_int,
pub boxn: c_int,
pub boxes: [boxf; 20],
}Fields§
§nb: boxf§np: pointf§sidemask: c_int§boxn: c_int§boxes: [boxf; 20]Trait Implementations§
Auto Trait Implementations§
impl Freeze for pathend_t
impl RefUnwindSafe for pathend_t
impl Send for pathend_t
impl Sync for pathend_t
impl Unpin for pathend_t
impl UnwindSafe for pathend_t
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