#[repr(C)]pub struct JPC_BodyManager_DrawSettings {Show 20 fields
pub mDrawGetSupportFunction: bool,
pub mDrawSupportDirection: bool,
pub mDrawGetSupportingFace: bool,
pub mDrawShape: bool,
pub mDrawShapeWireframe: bool,
pub mDrawShapeColor: JPC_ShapeColor,
pub mDrawBoundingBox: bool,
pub mDrawCenterOfMassTransform: bool,
pub mDrawWorldTransform: bool,
pub mDrawVelocity: bool,
pub mDrawMassAndInertia: bool,
pub mDrawSleepStats: bool,
pub mDrawSoftBodyVertices: bool,
pub mDrawSoftBodyVertexVelocities: bool,
pub mDrawSoftBodyEdgeConstraints: bool,
pub mDrawSoftBodyBendConstraints: bool,
pub mDrawSoftBodyVolumeConstraints: bool,
pub mDrawSoftBodySkinConstraints: bool,
pub mDrawSoftBodyLRAConstraints: bool,
pub mDrawSoftBodyPredictedBounds: bool,
}Fields§
§mDrawGetSupportFunction: bool§mDrawSupportDirection: bool§mDrawGetSupportingFace: bool§mDrawShape: bool§mDrawShapeWireframe: bool§mDrawShapeColor: JPC_ShapeColor§mDrawBoundingBox: bool§mDrawCenterOfMassTransform: bool§mDrawWorldTransform: bool§mDrawVelocity: bool§mDrawMassAndInertia: bool§mDrawSleepStats: bool§mDrawSoftBodyVertices: bool§mDrawSoftBodyVertexVelocities: bool§mDrawSoftBodyEdgeConstraints: bool§mDrawSoftBodyBendConstraints: bool§mDrawSoftBodyVolumeConstraints: bool§mDrawSoftBodySkinConstraints: bool§mDrawSoftBodyLRAConstraints: bool§mDrawSoftBodyPredictedBounds: boolTrait Implementations§
Source§impl Clone for JPC_BodyManager_DrawSettings
impl Clone for JPC_BodyManager_DrawSettings
Source§fn clone(&self) -> JPC_BodyManager_DrawSettings
fn clone(&self) -> JPC_BodyManager_DrawSettings
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 JPC_BodyManager_DrawSettings
impl Debug for JPC_BodyManager_DrawSettings
impl Copy for JPC_BodyManager_DrawSettings
Auto Trait Implementations§
impl Freeze for JPC_BodyManager_DrawSettings
impl RefUnwindSafe for JPC_BodyManager_DrawSettings
impl Send for JPC_BodyManager_DrawSettings
impl Sync for JPC_BodyManager_DrawSettings
impl Unpin for JPC_BodyManager_DrawSettings
impl UnwindSafe for JPC_BodyManager_DrawSettings
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