Struct ExClassGetIntegerConstantList
pub struct ExClassGetIntegerConstantList<'ex> { /* private fields */ }Expand description
Default-param extender for ClassDb::class_get_integer_constant_list_ex.
Implementations§
§impl<'ex> ExClassGetIntegerConstantList<'ex>
impl<'ex> ExClassGetIntegerConstantList<'ex>
pub fn no_inheritance( self, no_inheritance: bool, ) -> ExClassGetIntegerConstantList<'ex>
pub fn done(self) -> PackedArray<GString>
Auto Trait Implementations§
impl<'ex> Freeze for ExClassGetIntegerConstantList<'ex>
impl<'ex> RefUnwindSafe for ExClassGetIntegerConstantList<'ex>
impl<'ex> !Send for ExClassGetIntegerConstantList<'ex>
impl<'ex> !Sync for ExClassGetIntegerConstantList<'ex>
impl<'ex> Unpin for ExClassGetIntegerConstantList<'ex>
impl<'ex> UnwindSafe for ExClassGetIntegerConstantList<'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