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