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