Struct lyon_algorithms::raycast::Hit
source · pub struct Hit {
pub position: Point,
pub normal: Vector,
}
Fields§
§position: Point
§normal: Vector
Auto Trait Implementations§
impl RefUnwindSafe for Hit
impl Send for Hit
impl Sync for Hit
impl Unpin for Hit
impl UnwindSafe for Hit
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