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