pub struct LinePoint {
pub location: Vector2D,
pub extended: bool,
}
Fields§
§location: Vector2D
§extended: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LinePoint
impl<'de> Deserialize<'de> for LinePoint
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
impl Copy for LinePoint
impl Eq for LinePoint
impl StructuralPartialEq for LinePoint
Auto Trait Implementations§
impl Freeze for LinePoint
impl RefUnwindSafe for LinePoint
impl Send for LinePoint
impl Sync for LinePoint
impl Unpin for LinePoint
impl UnwindSafe for LinePoint
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