Struct skia_bindings::SkVertices
source · #[repr(C)]pub struct SkVertices {
pub _base: SkNVRefCnt,
pub fUniqueID: u32,
pub fPositions: *mut SkPoint,
pub fIndices: *mut u16,
pub fTexs: *mut SkPoint,
pub fColors: *mut SkColor,
pub fBounds: SkRect,
pub fVertexCount: c_int,
pub fIndexCount: c_int,
pub fMode: SkVertices_VertexMode,
}
Fields§
§_base: SkNVRefCnt
§fUniqueID: u32
§fPositions: *mut SkPoint
§fIndices: *mut u16
§fTexs: *mut SkPoint
§fColors: *mut SkColor
§fBounds: SkRect
§fVertexCount: c_int
§fIndexCount: c_int
§fMode: SkVertices_VertexMode
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SkVertices
impl !Send for SkVertices
impl !Sync for SkVertices
impl Unpin for SkVertices
impl UnwindSafe for SkVertices
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