pub struct Raycast {
pub toi: f32,
pub normal: Vec2,
}
Fields§
§toi: f32
§normal: Vec2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Raycast
impl RefUnwindSafe for Raycast
impl Send for Raycast
impl Sync for Raycast
impl Unpin for Raycast
impl UnwindSafe for Raycast
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