Struct ExUpdateImage
pub struct ExUpdateImage<'a> { /* private fields */ }
Expand description
Default-param extender for RichTextLabel::update_image_ex
.
Implementations§
§impl<'a> ExUpdateImage<'a>
impl<'a> ExUpdateImage<'a>
pub fn width(self, width: i32) -> ExUpdateImage<'a>
pub fn height(self, height: i32) -> ExUpdateImage<'a>
pub fn color(self, color: Color) -> ExUpdateImage<'a>
pub fn inline_align(self, inline_align: InlineAlignment) -> ExUpdateImage<'a>
pub fn region(self, region: Rect2) -> ExUpdateImage<'a>
pub fn pad(self, pad: bool) -> ExUpdateImage<'a>
pub fn tooltip(self, tooltip: impl AsArg<GString> + 'a) -> ExUpdateImage<'a>
pub fn size_in_percent(self, size_in_percent: bool) -> ExUpdateImage<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExUpdateImage<'a>
impl<'a> RefUnwindSafe for ExUpdateImage<'a>
impl<'a> !Send for ExUpdateImage<'a>
impl<'a> !Sync for ExUpdateImage<'a>
impl<'a> Unpin for ExUpdateImage<'a>
impl<'a> !UnwindSafe for ExUpdateImage<'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