pub struct SimpleShaper;Trait Implementations§
Source§impl Default for SimpleShaper
impl Default for SimpleShaper
Source§fn default() -> SimpleShaper
fn default() -> SimpleShaper
Returns the “default value” for a type. Read more
Source§impl Shaper for SimpleShaper
impl Shaper for SimpleShaper
fn shape_segment( &self, segment: &TextSegment, _font: &FontMatch, direction: BidiDirection, ) -> Vec<GlyphInfo>
Auto Trait Implementations§
impl Freeze for SimpleShaper
impl RefUnwindSafe for SimpleShaper
impl Send for SimpleShaper
impl Sync for SimpleShaper
impl Unpin for SimpleShaper
impl UnsafeUnpin for SimpleShaper
impl UnwindSafe for SimpleShaper
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