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