pub struct BallData { /* private fields */ }Expand description
Implementations§
Trait Implementations§
impl StructuralPartialEq for BallData
Auto Trait Implementations§
impl Freeze for BallData
impl RefUnwindSafe for BallData
impl Send for BallData
impl Sync for BallData
impl Unpin for BallData
impl UnwindSafe for BallData
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