[−][src]Struct skia_bindings::SkVertices_Builder
Fields
fVertices: sk_sp<SkVertices>
fIntermediateFanIndices: u64
Methods
impl SkVertices_Builder
[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]
mode: SkVertices_VertexMode,
vertexCount: c_int,
indexCount: c_int,
flags: u32
) -> Self
Auto Trait Implementations
impl !Send for SkVertices_Builder
impl Unpin for SkVertices_Builder
impl !Sync for SkVertices_Builder
impl !RefUnwindSafe for SkVertices_Builder
impl UnwindSafe for SkVertices_Builder
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,