#[repr(C)]pub struct RTCCollision {
pub geomID0: c_uint,
pub primID0: c_uint,
pub geomID1: c_uint,
pub primID1: c_uint,
}Fields§
§geomID0: c_uint§primID0: c_uint§geomID1: c_uint§primID1: c_uintTrait Implementations§
Source§impl Clone for RTCCollision
impl Clone for RTCCollision
Source§fn clone(&self) -> RTCCollision
fn clone(&self) -> RTCCollision
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 moreSource§impl Debug for RTCCollision
impl Debug for RTCCollision
impl Copy for RTCCollision
Auto Trait Implementations§
impl Freeze for RTCCollision
impl RefUnwindSafe for RTCCollision
impl Send for RTCCollision
impl Sync for RTCCollision
impl Unpin for RTCCollision
impl UnwindSafe for RTCCollision
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