Struct physx_sys::PxContactSet
source · #[repr(C)]pub struct PxContactSet {
pub structgen_pad0: [u8; 16],
}
Fields§
§structgen_pad0: [u8; 16]
Trait Implementations§
source§impl Clone for PxContactSet
impl Clone for PxContactSet
source§fn clone(&self) -> PxContactSet
fn clone(&self) -> PxContactSet
Returns a copy 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 PxContactSet
Auto Trait Implementations§
impl RefUnwindSafe for PxContactSet
impl Send for PxContactSet
impl Sync for PxContactSet
impl Unpin for PxContactSet
impl UnwindSafe for PxContactSet
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