#[repr(C)]pub struct b3CompoundHullDef {
pub hull: *const b3HullData,
pub transform: b3Transform,
pub material: b3SurfaceMaterial,
}Expand description
Definition for a convex hull in a compound shape.
Fields§
§hull: *const b3HullDataShared hull.
transform: b3TransformTransform of the shared hull into compound local space.
material: b3SurfaceMaterialMaterial properties.
Trait Implementations§
Source§impl Clone for b3CompoundHullDef
impl Clone for b3CompoundHullDef
Source§fn clone(&self) -> b3CompoundHullDef
fn clone(&self) -> b3CompoundHullDef
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 b3CompoundHullDef
Auto Trait Implementations§
impl !Send for b3CompoundHullDef
impl !Sync for b3CompoundHullDef
impl Freeze for b3CompoundHullDef
impl RefUnwindSafe for b3CompoundHullDef
impl Unpin for b3CompoundHullDef
impl UnsafeUnpin for b3CompoundHullDef
impl UnwindSafe for b3CompoundHullDef
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