Struct skia_bindings::sktext_gpu_Slug
source · #[repr(C)]pub struct sktext_gpu_Slug { /* private fields */ }
Trait Implementations§
source§impl Clone for sktext_gpu_Slug
impl Clone for sktext_gpu_Slug
source§fn clone(&self) -> sktext_gpu_Slug
fn clone(&self) -> sktext_gpu_Slug
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_gpu_Slug
impl Debug for sktext_gpu_Slug
impl Copy for sktext_gpu_Slug
Auto Trait Implementations§
impl RefUnwindSafe for sktext_gpu_Slug
impl Send for sktext_gpu_Slug
impl Sync for sktext_gpu_Slug
impl Unpin for sktext_gpu_Slug
impl UnwindSafe for sktext_gpu_Slug
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