#[repr(C)]pub struct PxJoint {
pub structgen_pad0: [u8; 16],
pub userData: *mut c_void,
}Fields§
§structgen_pad0: [u8; 16]§userData: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for PxJoint
impl RefUnwindSafe for PxJoint
impl !Send for PxJoint
impl !Sync for PxJoint
impl Unpin for PxJoint
impl UnwindSafe for PxJoint
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