#[repr(C)]pub struct b3DebugShape {
pub shapeId: b3ShapeId,
pub type_: b3ShapeType,
pub __bindgen_anon_1: b3DebugShape__bindgen_ty_1,
}Expand description
This is sent to the user for debug shape creation. The user should know the type in case they have custom sphere or capsule rendering.
Fields§
§shapeId: b3ShapeIdShape id.
type_: b3ShapeTypeShape type.
__bindgen_anon_1: b3DebugShape__bindgen_ty_1Trait Implementations§
Source§impl Clone for b3DebugShape
impl Clone for b3DebugShape
Source§fn clone(&self) -> b3DebugShape
fn clone(&self) -> b3DebugShape
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 b3DebugShape
Auto Trait Implementations§
impl !Send for b3DebugShape
impl !Sync for b3DebugShape
impl Freeze for b3DebugShape
impl RefUnwindSafe for b3DebugShape
impl Unpin for b3DebugShape
impl UnsafeUnpin for b3DebugShape
impl UnwindSafe for b3DebugShape
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