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