Struct ExGetThemeStylebox
pub struct ExGetThemeStylebox<'a> { /* private fields */ }
Expand description
Default-param extender for Window::get_theme_stylebox_ex
.
Implementations§
§impl<'a> ExGetThemeStylebox<'a>
impl<'a> ExGetThemeStylebox<'a>
pub fn theme_type(self, value: StringName) -> ExGetThemeStylebox<'a>
pub fn done(self) -> Option<Gd<StyleBox>>
Auto Trait Implementations§
impl<'a> Freeze for ExGetThemeStylebox<'a>
impl<'a> RefUnwindSafe for ExGetThemeStylebox<'a>
impl<'a> !Send for ExGetThemeStylebox<'a>
impl<'a> !Sync for ExGetThemeStylebox<'a>
impl<'a> Unpin for ExGetThemeStylebox<'a>
impl<'a> UnwindSafe for ExGetThemeStylebox<'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