pub struct Ray2d {
pub origin: Point2d,
pub direction: Direction2d,
}Fields§
§origin: Point2d§direction: Direction2dImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ray2d
impl RefUnwindSafe for Ray2d
impl Send for Ray2d
impl Sync for Ray2d
impl Unpin for Ray2d
impl UnwindSafe for Ray2d
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