[][src]Struct skia_bindings::SkVertices_Builder

#[repr(C)]
pub struct SkVertices_Builder {
    pub fVertices: sk_sp<SkVertices>,
    pub fIntermediateFanIndices: u64,
}

Fields

fVertices: sk_sp<SkVertices>fIntermediateFanIndices: u64

Methods

impl SkVertices_Builder[src]

pub unsafe fn isValid(&self) -> bool[src]

pub unsafe fn vertexCount(&self) -> c_int[src]

pub unsafe fn indexCount(&self) -> c_int[src]

pub unsafe fn isVolatile(&self) -> bool[src]

pub unsafe fn positions(&mut self) -> *mut SkPoint[src]

pub unsafe fn texCoords(&mut self) -> *mut SkPoint[src]

pub unsafe fn colors(&mut self) -> *mut SkColor[src]

pub unsafe fn boneIndices(&mut self) -> *mut SkVertices_BoneIndices[src]

pub unsafe fn boneWeights(&mut self) -> *mut SkVertices_BoneWeights[src]

pub unsafe fn indices(&mut self) -> *mut u16[src]

pub unsafe fn detach(&mut self) -> sk_sp<SkVertices>[src]

pub unsafe fn new(
    mode: SkVertices_VertexMode,
    vertexCount: c_int,
    indexCount: c_int,
    flags: u32
) -> Self
[src]

Trait Implementations

impl Debug for SkVertices_Builder[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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]