#[repr(C, align(16))]pub struct JPC_SubShapeSettings {
pub Shape: *const JPC_Shape,
pub __bindgen_padding_0: u64,
pub Position: JPC_Vec3,
pub Rotation: JPC_Quat,
pub UserData: u32,
}Fields§
§Shape: *const JPC_Shape§__bindgen_padding_0: u64§Position: JPC_Vec3§Rotation: JPC_Quat§UserData: u32Trait Implementations§
Source§impl Clone for JPC_SubShapeSettings
impl Clone for JPC_SubShapeSettings
Source§fn clone(&self) -> JPC_SubShapeSettings
fn clone(&self) -> JPC_SubShapeSettings
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_SubShapeSettings
impl Debug for JPC_SubShapeSettings
Source§impl Default for JPC_SubShapeSettings
impl Default for JPC_SubShapeSettings
impl Copy for JPC_SubShapeSettings
Auto Trait Implementations§
impl Freeze for JPC_SubShapeSettings
impl RefUnwindSafe for JPC_SubShapeSettings
impl !Send for JPC_SubShapeSettings
impl !Sync for JPC_SubShapeSettings
impl Unpin for JPC_SubShapeSettings
impl UnwindSafe for JPC_SubShapeSettings
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