Struct ExPushTable
pub struct ExPushTable<'ex> { /* private fields */ }Expand description
Default-param extender for RichTextLabel::push_table_ex.
Implementations§
§impl<'ex> ExPushTable<'ex>
impl<'ex> ExPushTable<'ex>
pub fn inline_align(self, inline_align: InlineAlignment) -> ExPushTable<'ex>
pub fn align_to_row(self, align_to_row: i32) -> ExPushTable<'ex>
pub fn name(self, name: impl AsArg<GString> + 'ex) -> ExPushTable<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExPushTable<'ex>
impl<'ex> RefUnwindSafe for ExPushTable<'ex>
impl<'ex> !Send for ExPushTable<'ex>
impl<'ex> !Sync for ExPushTable<'ex>
impl<'ex> Unpin for ExPushTable<'ex>
impl<'ex> !UnwindSafe for ExPushTable<'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