pub struct MevoConfigEvent {
pub ball_type: u8,
pub tee_height: Distance,
pub range: Distance,
pub surface_height: Distance,
pub track_pct: f64,
pub use_partial: PartialMode,
}Fields§
§ball_type: u8§tee_height: Distance§range: Distance§surface_height: Distance§track_pct: f64§use_partial: PartialModeTrait Implementations§
Source§impl Clone for MevoConfigEvent
impl Clone for MevoConfigEvent
Source§fn clone(&self) -> MevoConfigEvent
fn clone(&self) -> MevoConfigEvent
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 MevoConfigEvent
impl Debug for MevoConfigEvent
Source§impl<'de> Deserialize<'de> for MevoConfigEvent
impl<'de> Deserialize<'de> for MevoConfigEvent
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 MevoConfigEvent
impl RefUnwindSafe for MevoConfigEvent
impl Send for MevoConfigEvent
impl Sync for MevoConfigEvent
impl Unpin for MevoConfigEvent
impl UnsafeUnpin for MevoConfigEvent
impl UnwindSafe for MevoConfigEvent
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