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