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