Struct ExGetTooltip
pub struct ExGetTooltip<'ex> { /* private fields */ }Expand description
Default-param extender for Control::get_tooltip_ex.
Implementations§
§impl<'ex> ExGetTooltip<'ex>
impl<'ex> ExGetTooltip<'ex>
pub fn at_position(self, at_position: Vector2) -> ExGetTooltip<'ex>
pub fn done(self) -> GString
Auto Trait Implementations§
impl<'ex> Freeze for ExGetTooltip<'ex>
impl<'ex> RefUnwindSafe for ExGetTooltip<'ex>
impl<'ex> !Send for ExGetTooltip<'ex>
impl<'ex> !Sync for ExGetTooltip<'ex>
impl<'ex> Unpin for ExGetTooltip<'ex>
impl<'ex> UnwindSafe for ExGetTooltip<'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