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