#[repr(C)]pub struct SkCustomTypefaceBuilder_GlyphRec {
pub fPath: SkPath,
pub fDrawable: sk_sp<SkDrawable>,
pub fBounds: SkRect,
pub fAdvance: f32,
}
Fields§
§fPath: SkPath
§fDrawable: sk_sp<SkDrawable>
§fBounds: SkRect
§fAdvance: f32
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SkCustomTypefaceBuilder_GlyphRec
impl !Send for SkCustomTypefaceBuilder_GlyphRec
impl !Sync for SkCustomTypefaceBuilder_GlyphRec
impl Unpin for SkCustomTypefaceBuilder_GlyphRec
impl UnwindSafe for SkCustomTypefaceBuilder_GlyphRec
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