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