#[repr(C)]pub struct Line<T, V>{
pub p: V,
pub d: V,
/* private fields */
}
Expand description
Line
Fields§
§p: V
§d: V
Implementations§
Source§impl<T, V> Line<T, V>where
T: FloatScalar,
V: FloatVector<T>,
impl<T, V> Line<T, V>where
T: FloatScalar,
V: FloatVector<T>,
Trait Implementations§
impl<T, V> Copy for Line<T, V>
Auto Trait Implementations§
impl<T, V> Freeze for Line<T, V>where
V: Freeze,
impl<T, V> RefUnwindSafe for Line<T, V>where
V: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, V> Send for Line<T, V>
impl<T, V> Sync for Line<T, V>
impl<T, V> Unpin for Line<T, V>
impl<T, V> UnwindSafe for Line<T, V>where
V: UnwindSafe,
T: 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