pub struct TextBlobBuilderRunHandler<'text>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AsNativeRunHandler for TextBlobBuilderRunHandler<'_>
impl AsNativeRunHandler for TextBlobBuilderRunHandler<'_>
fn as_native_run_handler(&mut self) -> &mut SkShaper_RunHandler
Source§impl<'a> AsRunHandler<'a> for TextBlobBuilderRunHandler<'_>
impl<'a> AsRunHandler<'a> for TextBlobBuilderRunHandler<'_>
type RunHandler = &'a mut SkShaper_RunHandler
fn as_run_handler<'b>(&'b mut self) -> Self::RunHandlerwhere
'b: 'a,
Auto Trait Implementations§
impl<'text> Freeze for TextBlobBuilderRunHandler<'text>
impl<'text> RefUnwindSafe for TextBlobBuilderRunHandler<'text>
impl<'text> !Send for TextBlobBuilderRunHandler<'text>
impl<'text> !Sync for TextBlobBuilderRunHandler<'text>
impl<'text> Unpin for TextBlobBuilderRunHandler<'text>
impl<'text> UnwindSafe for TextBlobBuilderRunHandler<'text>
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