#[repr(C)]pub struct b3RecQueryHit {
pub shape: b3ShapeId,
pub point: b3Pos,
pub normal: b3Vec3,
pub fraction: f32,
}Expand description
One result of a recorded spatial query.
Fields§
§shape: b3ShapeId§point: b3Pos§normal: b3Vec3§fraction: f32Trait Implementations§
Source§impl Clone for b3RecQueryHit
impl Clone for b3RecQueryHit
Source§fn clone(&self) -> b3RecQueryHit
fn clone(&self) -> b3RecQueryHit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for b3RecQueryHit
Auto Trait Implementations§
impl Freeze for b3RecQueryHit
impl RefUnwindSafe for b3RecQueryHit
impl Send for b3RecQueryHit
impl Sync for b3RecQueryHit
impl Unpin for b3RecQueryHit
impl UnsafeUnpin for b3RecQueryHit
impl UnwindSafe for b3RecQueryHit
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