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