pub struct MatchPoint {
pub x: f32,
pub y: f32,
}Fields§
§x: f32§y: f32Trait Implementations§
Source§impl Clone for MatchPoint
impl Clone for MatchPoint
Source§fn clone(&self) -> MatchPoint
fn clone(&self) -> MatchPoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MatchPoint
Source§impl Debug for MatchPoint
impl Debug for MatchPoint
Source§impl<'de> Deserialize<'de> for MatchPoint
impl<'de> Deserialize<'de> for MatchPoint
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 MatchPoint
impl RefUnwindSafe for MatchPoint
impl Send for MatchPoint
impl Sync for MatchPoint
impl Unpin for MatchPoint
impl UnsafeUnpin for MatchPoint
impl UnwindSafe for MatchPoint
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