#[repr(C)]pub struct JPC_MutableCompoundShapeSettings {
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_MutableCompoundShapeSettings
impl Clone for JPC_MutableCompoundShapeSettings
Source§fn clone(&self) -> JPC_MutableCompoundShapeSettings
fn clone(&self) -> JPC_MutableCompoundShapeSettings
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_MutableCompoundShapeSettings
Auto Trait Implementations§
impl Freeze for JPC_MutableCompoundShapeSettings
impl RefUnwindSafe for JPC_MutableCompoundShapeSettings
impl !Send for JPC_MutableCompoundShapeSettings
impl !Sync for JPC_MutableCompoundShapeSettings
impl Unpin for JPC_MutableCompoundShapeSettings
impl UnwindSafe for JPC_MutableCompoundShapeSettings
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