pub struct c2Raycast {
pub t: f32,
pub n: c2v,
}Fields§
§t: f32§n: c2vTrait Implementations§
Auto Trait Implementations§
impl Freeze for c2Raycast
impl RefUnwindSafe for c2Raycast
impl Send for c2Raycast
impl Sync for c2Raycast
impl Unpin for c2Raycast
impl UnwindSafe for c2Raycast
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