#[repr(C)]pub struct PxQueryHit {
pub faceIndex: u32,
}Fields§
§faceIndex: u32Trait Implementations§
Source§impl Clone for PxQueryHit
impl Clone for PxQueryHit
Source§fn clone(&self) -> PxQueryHit
fn clone(&self) -> PxQueryHit
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxQueryHit
Auto Trait Implementations§
impl Freeze for PxQueryHit
impl RefUnwindSafe for PxQueryHit
impl Send for PxQueryHit
impl Sync for PxQueryHit
impl Unpin for PxQueryHit
impl UnwindSafe for PxQueryHit
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