pub struct BallThirdCalculatorConfig {
pub boundary_y: f32,
}Fields§
§boundary_y: f32Trait Implementations§
Source§impl Clone for BallThirdCalculatorConfig
impl Clone for BallThirdCalculatorConfig
Source§impl Debug for BallThirdCalculatorConfig
impl Debug for BallThirdCalculatorConfig
Source§impl Default for BallThirdCalculatorConfig
impl Default for BallThirdCalculatorConfig
impl StructuralPartialEq for BallThirdCalculatorConfig
Auto Trait Implementations§
impl Freeze for BallThirdCalculatorConfig
impl RefUnwindSafe for BallThirdCalculatorConfig
impl Send for BallThirdCalculatorConfig
impl Sync for BallThirdCalculatorConfig
impl Unpin for BallThirdCalculatorConfig
impl UnsafeUnpin for BallThirdCalculatorConfig
impl UnwindSafe for BallThirdCalculatorConfig
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