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