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, value: i32) -> ExAddImage<'a>
pub fn height(self, value: i32) -> ExAddImage<'a>
pub fn color(self, value: Color) -> ExAddImage<'a>
pub fn inline_align(self, value: InlineAlignment) -> ExAddImage<'a>
pub fn region(self, value: Rect2) -> ExAddImage<'a>
pub fn key(self, value: Variant) -> ExAddImage<'a>
pub fn pad(self, value: bool) -> ExAddImage<'a>
pub fn tooltip(self, value: GString) -> ExAddImage<'a>
pub fn size_in_percent(self, value: 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