pub struct Line<S: Scalar> {
pub s: Point<S>,
pub t: Point<S>,
}Fields§
§s: Point<S>§t: Point<S>Implementations§
Trait Implementations§
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> UnsafeUnpin for Line<S>where
S: UnsafeUnpin,
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