#[repr(C)]pub struct PxRigidActorExt {
pub structgen_pad0: [u8; 1],
}Fields§
§structgen_pad0: [u8; 1]Trait Implementations§
Source§impl Clone for PxRigidActorExt
impl Clone for PxRigidActorExt
Source§fn clone(&self) -> PxRigidActorExt
fn clone(&self) -> PxRigidActorExt
Returns a duplicate 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 PxRigidActorExt
Auto Trait Implementations§
impl Freeze for PxRigidActorExt
impl RefUnwindSafe for PxRigidActorExt
impl Send for PxRigidActorExt
impl Sync for PxRigidActorExt
impl Unpin for PxRigidActorExt
impl UnwindSafe for PxRigidActorExt
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