#[repr(C, align(16))]pub struct JPC_TriangleShapeSettings {
pub UserData: u64,
pub Density: f32,
pub __bindgen_padding_0: [u64; 0],
pub V1: JPC_Vec3,
pub V2: JPC_Vec3,
pub V3: JPC_Vec3,
pub ConvexRadius: f32,
}Fields§
§UserData: u64§Density: f32§__bindgen_padding_0: [u64; 0]§V1: JPC_Vec3§V2: JPC_Vec3§V3: JPC_Vec3§ConvexRadius: f32Trait Implementations§
Source§impl Clone for JPC_TriangleShapeSettings
impl Clone for JPC_TriangleShapeSettings
Source§fn clone(&self) -> JPC_TriangleShapeSettings
fn clone(&self) -> JPC_TriangleShapeSettings
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_TriangleShapeSettings
impl Debug for JPC_TriangleShapeSettings
Source§impl Default for JPC_TriangleShapeSettings
impl Default for JPC_TriangleShapeSettings
impl Copy for JPC_TriangleShapeSettings
Auto Trait Implementations§
impl Freeze for JPC_TriangleShapeSettings
impl RefUnwindSafe for JPC_TriangleShapeSettings
impl Send for JPC_TriangleShapeSettings
impl Sync for JPC_TriangleShapeSettings
impl Unpin for JPC_TriangleShapeSettings
impl UnwindSafe for JPC_TriangleShapeSettings
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