Enum subtr_actor::BallFrame
source · pub enum BallFrame {
Empty,
Data {
rigid_body: RigidBody,
},
}Variants§
Trait Implementations§
source§impl PartialEq<BallFrame> for BallFrame
impl PartialEq<BallFrame> for BallFrame
impl StructuralPartialEq for BallFrame
Auto Trait Implementations§
impl RefUnwindSafe for BallFrame
impl Send for BallFrame
impl Sync for BallFrame
impl Unpin for BallFrame
impl UnwindSafe for BallFrame
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