pub struct Line<S: Scalar> {
pub s: Point<S>,
pub t: Point<S>,
}
Fields§
§s: Point<S>
§t: Point<S>
Implementations§
Trait Implementations§
impl<S: Copy + Scalar> Copy for Line<S>
Auto Trait Implementations§
impl<S> Freeze for Line<S>where
S: Freeze,
impl<S> RefUnwindSafe for Line<S>where
S: RefUnwindSafe,
impl<S> Send for Line<S>
impl<S> Sync for Line<S>where
S: Sync,
impl<S> Unpin for Line<S>where
S: Unpin,
impl<S> UnwindSafe for Line<S>where
S: UnwindSafe,
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