#[repr(u32)]pub enum PxArticulationDriveType {
Acceleration = 1,
Force = 0,
}Variants§
Trait Implementations§
Source§impl Clone for PxArticulationDriveType
impl Clone for PxArticulationDriveType
Source§fn clone(&self) -> PxArticulationDriveType
fn clone(&self) -> PxArticulationDriveType
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 moreSource§impl Debug for PxArticulationDriveType
impl Debug for PxArticulationDriveType
impl Copy for PxArticulationDriveType
Auto Trait Implementations§
impl Freeze for PxArticulationDriveType
impl RefUnwindSafe for PxArticulationDriveType
impl Send for PxArticulationDriveType
impl Sync for PxArticulationDriveType
impl Unpin for PxArticulationDriveType
impl UnwindSafe for PxArticulationDriveType
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