[][src]Struct skia_safe::path_effect::PointData

#[repr(C)]
pub struct PointData {
    pub flags: PointFlags,
    pub size: Vector,
    pub clip_rect: Rect,
    pub path: Path,
    pub first: Path,
    pub last: Path,
    // some fields omitted
}

Fields

flags: PointFlagssize: Vectorclip_rect: Rectpath: Pathfirst: Pathlast: Path

Methods

impl PointData[src]

pub fn points(&self) -> &[Point][src]

Trait Implementations

impl Default for PointData[src]

impl Drop for PointData[src]

Auto Trait Implementations

impl !Send for PointData

impl Unpin for PointData

impl !Sync for PointData

impl !RefUnwindSafe for PointData

impl !UnwindSafe for PointData

Blanket Implementations

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

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

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]