Struct ExPhysicalBonesStartSimulation
pub struct ExPhysicalBonesStartSimulation<'ex> { /* private fields */ }Expand description
Default-param extender for PhysicalBoneSimulator3D::physical_bones_start_simulation_ex.
Implementations§
§impl<'ex> ExPhysicalBonesStartSimulation<'ex>
impl<'ex> ExPhysicalBonesStartSimulation<'ex>
pub fn bones( self, bones: &'ex Array<StringName>, ) -> ExPhysicalBonesStartSimulation<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> !Freeze for ExPhysicalBonesStartSimulation<'ex>
impl<'ex> !RefUnwindSafe for ExPhysicalBonesStartSimulation<'ex>
impl<'ex> !Send for ExPhysicalBonesStartSimulation<'ex>
impl<'ex> !Sync for ExPhysicalBonesStartSimulation<'ex>
impl<'ex> Unpin for ExPhysicalBonesStartSimulation<'ex>
impl<'ex> !UnwindSafe for ExPhysicalBonesStartSimulation<'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