#[repr(C)]pub struct JPC_CapsuleShapeSettings {
pub UserData: u64,
pub Density: f32,
pub Radius: f32,
pub HalfHeightOfCylinder: f32,
}Fields§
§UserData: u64§Density: f32§Radius: f32§HalfHeightOfCylinder: f32Trait Implementations§
Source§impl Clone for JPC_CapsuleShapeSettings
impl Clone for JPC_CapsuleShapeSettings
Source§fn clone(&self) -> JPC_CapsuleShapeSettings
fn clone(&self) -> JPC_CapsuleShapeSettings
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_CapsuleShapeSettings
impl Debug for JPC_CapsuleShapeSettings
Source§impl Default for JPC_CapsuleShapeSettings
impl Default for JPC_CapsuleShapeSettings
impl Copy for JPC_CapsuleShapeSettings
Auto Trait Implementations§
impl Freeze for JPC_CapsuleShapeSettings
impl RefUnwindSafe for JPC_CapsuleShapeSettings
impl Send for JPC_CapsuleShapeSettings
impl Sync for JPC_CapsuleShapeSettings
impl Unpin for JPC_CapsuleShapeSettings
impl UnwindSafe for JPC_CapsuleShapeSettings
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