Struct ExPushParagraph
pub struct ExPushParagraph<'ex> { /* private fields */ }Expand description
Default-param extender for RichTextLabel::push_paragraph_ex.
Implementations§
§impl<'ex> ExPushParagraph<'ex>
impl<'ex> ExPushParagraph<'ex>
pub fn base_direction( self, base_direction: TextDirection, ) -> ExPushParagraph<'ex>
pub fn language( self, language: impl AsArg<GString> + 'ex, ) -> ExPushParagraph<'ex>
pub fn st_parser(self, st_parser: StructuredTextParser) -> ExPushParagraph<'ex>
pub fn justification_flags( self, justification_flags: JustificationFlag, ) -> ExPushParagraph<'ex>
pub fn tab_stops(self, tab_stops: &'ex PackedArray<f32>) -> ExPushParagraph<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExPushParagraph<'ex>
impl<'ex> RefUnwindSafe for ExPushParagraph<'ex>
impl<'ex> !Send for ExPushParagraph<'ex>
impl<'ex> !Sync for ExPushParagraph<'ex>
impl<'ex> Unpin for ExPushParagraph<'ex>
impl<'ex> !UnwindSafe for ExPushParagraph<'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