Struct skia_bindings::SkCanvas_BackImage
source · #[repr(C)]pub struct SkCanvas_BackImage {
pub fImage: sk_sp<SkSpecialImage>,
pub fLoc: SkIPoint,
}
Fields§
§fImage: sk_sp<SkSpecialImage>
§fLoc: SkIPoint
Implementations§
source§impl SkCanvas_BackImage
impl SkCanvas_BackImage
pub unsafe fn new(arg1: sk_sp<SkSpecialImage>, arg2: SkIPoint) -> Self
pub unsafe fn new1(arg1: *const SkCanvas_BackImage) -> Self
pub unsafe fn new2(arg1: *mut SkCanvas_BackImage) -> Self
pub unsafe fn destruct(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SkCanvas_BackImage
impl !Send for SkCanvas_BackImage
impl !Sync for SkCanvas_BackImage
impl Unpin for SkCanvas_BackImage
impl UnwindSafe for SkCanvas_BackImage
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