#[repr(C)]pub struct SkTextBlob_Iter_ExperimentalRun {
pub font: SkFont,
pub count: c_int,
pub glyphs: *const u16,
pub positions: *const SkPoint,
}Fields§
§font: SkFont§count: c_int§glyphs: *const u16§positions: *const SkPointTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SkTextBlob_Iter_ExperimentalRun
impl !Send for SkTextBlob_Iter_ExperimentalRun
impl !Sync for SkTextBlob_Iter_ExperimentalRun
impl Unpin for SkTextBlob_Iter_ExperimentalRun
impl UnwindSafe for SkTextBlob_Iter_ExperimentalRun
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