#[repr(C)]pub struct b3CompoundHull {
pub hull: *const b3HullData,
pub transform: b3Transform,
pub materialIndex: c_int,
}Expand description
A hull that lives in a compound.
Fields§
§hull: *const b3HullDataPointer to the unique shared hull.
transform: b3TransformThe transform of this hull instance.
materialIndex: c_intIndex to a shared material.
Trait Implementations§
Source§impl Clone for b3CompoundHull
impl Clone for b3CompoundHull
Source§fn clone(&self) -> b3CompoundHull
fn clone(&self) -> b3CompoundHull
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 b3CompoundHull
Auto Trait Implementations§
impl !Send for b3CompoundHull
impl !Sync for b3CompoundHull
impl Freeze for b3CompoundHull
impl RefUnwindSafe for b3CompoundHull
impl Unpin for b3CompoundHull
impl UnsafeUnpin for b3CompoundHull
impl UnwindSafe for b3CompoundHull
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