Struct physx_sys::PxPrismaticJointFlags
source · [−]#[repr(C)]pub struct PxPrismaticJointFlags {
pub mBits: u16,
}Fields
mBits: u16Trait Implementations
sourceimpl Clone for PxPrismaticJointFlags
impl Clone for PxPrismaticJointFlags
sourcefn clone(&self) -> PxPrismaticJointFlags
fn clone(&self) -> PxPrismaticJointFlags
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxPrismaticJointFlags
Auto Trait Implementations
impl RefUnwindSafe for PxPrismaticJointFlags
impl Send for PxPrismaticJointFlags
impl Sync for PxPrismaticJointFlags
impl Unpin for PxPrismaticJointFlags
impl UnwindSafe for PxPrismaticJointFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more