Struct ExShapedSetSpanUpdateFont
pub struct ExShapedSetSpanUpdateFont<'ex> { /* private fields */ }Expand description
Default-param extender for TextServer::shaped_set_span_update_font_ex.
Implementations§
§impl<'ex> ExShapedSetSpanUpdateFont<'ex>
impl<'ex> ExShapedSetSpanUpdateFont<'ex>
pub fn opentype_features( self, opentype_features: &'ex VarDictionary, ) -> ExShapedSetSpanUpdateFont<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> !Freeze for ExShapedSetSpanUpdateFont<'ex>
impl<'ex> !RefUnwindSafe for ExShapedSetSpanUpdateFont<'ex>
impl<'ex> !Send for ExShapedSetSpanUpdateFont<'ex>
impl<'ex> !Sync for ExShapedSetSpanUpdateFont<'ex>
impl<'ex> Unpin for ExShapedSetSpanUpdateFont<'ex>
impl<'ex> !UnwindSafe for ExShapedSetSpanUpdateFont<'ex>
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