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