Struct ExInstantiatePropertyEditor
pub struct ExInstantiatePropertyEditor<'a> { /* private fields */ }
Expand description
Default-param extender for EditorInspector::instantiate_property_editor_ex
.
Implementations§
§impl<'a> ExInstantiatePropertyEditor<'a>
impl<'a> ExInstantiatePropertyEditor<'a>
pub fn wide(self, wide: bool) -> ExInstantiatePropertyEditor<'a>
pub fn done(self) -> Option<Gd<EditorProperty>>
Auto Trait Implementations§
impl<'a> Freeze for ExInstantiatePropertyEditor<'a>
impl<'a> RefUnwindSafe for ExInstantiatePropertyEditor<'a>
impl<'a> !Send for ExInstantiatePropertyEditor<'a>
impl<'a> !Sync for ExInstantiatePropertyEditor<'a>
impl<'a> Unpin for ExInstantiatePropertyEditor<'a>
impl<'a> UnwindSafe for ExInstantiatePropertyEditor<'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