Struct skia_bindings::sktext_GlyphRunList
source · #[repr(C)]pub struct sktext_GlyphRunList { /* private fields */ }
Trait Implementations§
source§impl Clone for sktext_GlyphRunList
impl Clone for sktext_GlyphRunList
source§fn clone(&self) -> sktext_GlyphRunList
fn clone(&self) -> sktext_GlyphRunList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for sktext_GlyphRunList
impl Debug for sktext_GlyphRunList
impl Copy for sktext_GlyphRunList
Auto Trait Implementations§
impl RefUnwindSafe for sktext_GlyphRunList
impl Send for sktext_GlyphRunList
impl Sync for sktext_GlyphRunList
impl Unpin for sktext_GlyphRunList
impl UnwindSafe for sktext_GlyphRunList
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