[][src]Struct clipper_sys::Path

#[repr(C)]
pub struct Path {
    pub vertices: *mut Vertice,
    pub vertices_count: usize,
    pub closed: c_int,
}

Fields

vertices: *mut Verticevertices_count: usizeclosed: c_int

Methods

impl Path[src]

pub fn vertices(&self) -> &[[i64; 2]][src]

Trait Implementations

impl Clone for Path[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<Path> for Path[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Eq for Path[src]

impl Copy for Path[src]

impl Debug for Path[src]

Auto Trait Implementations

impl Unpin for Path

impl !Send for Path

impl !Sync for Path

impl RefUnwindSafe for Path

impl UnwindSafe for Path

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]