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