#[repr(C)]pub struct PxD6Joint {
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 PxD6Joint
impl RefUnwindSafe for PxD6Joint
impl !Send for PxD6Joint
impl !Sync for PxD6Joint
impl Unpin for PxD6Joint
impl UnwindSafe for PxD6Joint
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