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