#[repr(C)]pub struct RustRunHandler {
pub _base: SkShaper_RunHandler,
pub _param: RustRunHandler_Param,
}Fields§
§_base: SkShaper_RunHandler§_param: RustRunHandler_ParamTrait Implementations§
Auto Trait Implementations§
impl Freeze for RustRunHandler
impl RefUnwindSafe for RustRunHandler
impl !Send for RustRunHandler
impl !Sync for RustRunHandler
impl Unpin for RustRunHandler
impl UnsafeUnpin for RustRunHandler
impl UnwindSafe for RustRunHandler
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