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