Struct ExAddControlToBottomPanel
pub struct ExAddControlToBottomPanel<'a> { /* private fields */ }
Expand description
Default-param extender for EditorPlugin::add_control_to_bottom_panel_ex
.
Implementations§
§impl<'a> ExAddControlToBottomPanel<'a>
impl<'a> ExAddControlToBottomPanel<'a>
pub fn shortcut( self, value: impl AsObjectArg<Shortcut>, ) -> ExAddControlToBottomPanel<'a>
pub fn done(self) -> Option<Gd<Button>>
Auto Trait Implementations§
impl<'a> Freeze for ExAddControlToBottomPanel<'a>
impl<'a> RefUnwindSafe for ExAddControlToBottomPanel<'a>
impl<'a> !Send for ExAddControlToBottomPanel<'a>
impl<'a> !Sync for ExAddControlToBottomPanel<'a>
impl<'a> Unpin for ExAddControlToBottomPanel<'a>
impl<'a> !UnwindSafe for ExAddControlToBottomPanel<'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