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