Struct ExShapedTextAddObject
pub struct ExShapedTextAddObject<'ex> { /* private fields */ }Expand description
Default-param extender for TextServer::shaped_text_add_object_ex.
Implementations§
§impl<'ex> ExShapedTextAddObject<'ex>
impl<'ex> ExShapedTextAddObject<'ex>
pub fn inline_align( self, inline_align: InlineAlignment, ) -> ExShapedTextAddObject<'ex>
pub fn length(self, length: i64) -> ExShapedTextAddObject<'ex>
pub fn baseline(self, baseline: f64) -> ExShapedTextAddObject<'ex>
pub fn done(self) -> bool
Auto Trait Implementations§
impl<'ex> Freeze for ExShapedTextAddObject<'ex>
impl<'ex> RefUnwindSafe for ExShapedTextAddObject<'ex>
impl<'ex> !Send for ExShapedTextAddObject<'ex>
impl<'ex> !Sync for ExShapedTextAddObject<'ex>
impl<'ex> Unpin for ExShapedTextAddObject<'ex>
impl<'ex> !UnwindSafe for ExShapedTextAddObject<'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