#[repr(C)]pub struct b3CompoundCapsuleDef {
pub capsule: b3Capsule,
pub material: b3SurfaceMaterial,
}Expand description
Definition for a capsule in a compound shape.
Fields§
§capsule: b3CapsuleLocal capsule.
material: b3SurfaceMaterialMaterial properties.
Trait Implementations§
Source§impl Clone for b3CompoundCapsuleDef
impl Clone for b3CompoundCapsuleDef
Source§fn clone(&self) -> b3CompoundCapsuleDef
fn clone(&self) -> b3CompoundCapsuleDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for b3CompoundCapsuleDef
Auto Trait Implementations§
impl Freeze for b3CompoundCapsuleDef
impl RefUnwindSafe for b3CompoundCapsuleDef
impl Send for b3CompoundCapsuleDef
impl Sync for b3CompoundCapsuleDef
impl Unpin for b3CompoundCapsuleDef
impl UnsafeUnpin for b3CompoundCapsuleDef
impl UnwindSafe for b3CompoundCapsuleDef
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