Struct ExStartSimulation
pub struct ExStartSimulation<'ex> { /* private fields */ }Available on crate feature
experimental-godot-api only.Expand description
Default-param extender for SkeletonModification2DPhysicalBones::start_simulation_ex.
Implementations§
§impl<'ex> ExStartSimulation<'ex>
impl<'ex> ExStartSimulation<'ex>
pub fn bones(self, bones: &'ex Array<StringName>) -> ExStartSimulation<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> !Freeze for ExStartSimulation<'ex>
impl<'ex> !RefUnwindSafe for ExStartSimulation<'ex>
impl<'ex> !Send for ExStartSimulation<'ex>
impl<'ex> !Sync for ExStartSimulation<'ex>
impl<'ex> Unpin for ExStartSimulation<'ex>
impl<'ex> !UnwindSafe for ExStartSimulation<'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