#[repr(C)]pub struct skcpu_Recorder {
pub _base: SkRecorder,
}Fields§
§_base: SkRecorderImplementations§
Source§impl skcpu_Recorder
impl skcpu_Recorder
pub unsafe fn TODO() -> *mut skcpu_Recorder
pub unsafe fn makeBitmapSurface( &mut self, imageInfo: *const SkImageInfo, rowBytes: usize, surfaceProps: *const SkSurfaceProps, ) -> sk_sp<SkSurface>
pub unsafe fn makeBitmapSurface1( &mut self, imageInfo: *const SkImageInfo, surfaceProps: *const SkSurfaceProps, ) -> sk_sp<SkSurface>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for skcpu_Recorder
impl RefUnwindSafe for skcpu_Recorder
impl !Send for skcpu_Recorder
impl !Sync for skcpu_Recorder
impl Unpin for skcpu_Recorder
impl UnsafeUnpin for skcpu_Recorder
impl UnwindSafe for skcpu_Recorder
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