#[repr(C)]pub struct b3CompoundSphereDef {
pub sphere: b3Sphere,
pub material: b3SurfaceMaterial,
}Expand description
Definition for a sphere in a compound shape.
Fields§
§sphere: b3SphereLocal sphere.
material: b3SurfaceMaterialMaterial properties.
Trait Implementations§
Source§impl Clone for b3CompoundSphereDef
impl Clone for b3CompoundSphereDef
Source§fn clone(&self) -> b3CompoundSphereDef
fn clone(&self) -> b3CompoundSphereDef
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 b3CompoundSphereDef
Auto Trait Implementations§
impl Freeze for b3CompoundSphereDef
impl RefUnwindSafe for b3CompoundSphereDef
impl Send for b3CompoundSphereDef
impl Sync for b3CompoundSphereDef
impl Unpin for b3CompoundSphereDef
impl UnsafeUnpin for b3CompoundSphereDef
impl UnwindSafe for b3CompoundSphereDef
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