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