#[repr(C)]pub struct JPC_StaticCompoundShapeSettings {
pub UserData: u64,
pub SubShapes: *const JPC_SubShapeSettings,
pub SubShapesLen: usize,
}Fields§
§UserData: u64§SubShapes: *const JPC_SubShapeSettings§SubShapesLen: usizeTrait Implementations§
Source§impl Clone for JPC_StaticCompoundShapeSettings
impl Clone for JPC_StaticCompoundShapeSettings
Source§fn clone(&self) -> JPC_StaticCompoundShapeSettings
fn clone(&self) -> JPC_StaticCompoundShapeSettings
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 moreimpl Copy for JPC_StaticCompoundShapeSettings
Auto Trait Implementations§
impl Freeze for JPC_StaticCompoundShapeSettings
impl RefUnwindSafe for JPC_StaticCompoundShapeSettings
impl !Send for JPC_StaticCompoundShapeSettings
impl !Sync for JPC_StaticCompoundShapeSettings
impl Unpin for JPC_StaticCompoundShapeSettings
impl UnwindSafe for JPC_StaticCompoundShapeSettings
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