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