pub struct BallSample {
pub rigid_body: RigidBody,
}Fields§
§rigid_body: RigidBodyImplementations§
Trait Implementations§
Source§impl Clone for BallSample
impl Clone for BallSample
Source§fn clone(&self) -> BallSample
fn clone(&self) -> BallSample
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BallSample
impl RefUnwindSafe for BallSample
impl Send for BallSample
impl Sync for BallSample
impl Unpin for BallSample
impl UnsafeUnpin for BallSample
impl UnwindSafe for BallSample
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