pub struct Breaks {
pub break_angle: Option<f64>,
pub break_length: Option<f64>,
pub break_y: Option<f64>,
pub spin_rate: Option<u32>,
pub spin_direction: Option<u32>,
}Fields§
§break_angle: Option<f64>§break_length: Option<f64>§break_y: Option<f64>§spin_rate: Option<u32>§spin_direction: Option<u32>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Breaks
impl<'de> Deserialize<'de> for Breaks
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Breaks
impl RefUnwindSafe for Breaks
impl Send for Breaks
impl Sync for Breaks
impl Unpin for Breaks
impl UnsafeUnpin for Breaks
impl UnwindSafe for Breaks
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