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 moreSource§impl Debug for BallSample
impl Debug for BallSample
Source§impl From<BallSample> for BallFrameState
impl From<BallSample> for BallFrameState
Source§fn from(ball: BallSample) -> Self
fn from(ball: BallSample) -> Self
Converts to this type from the input type.
Auto 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