#[repr(C)]pub struct b3BodyPlaneResult {
pub shapeId: b3ShapeId,
pub result: b3PlaneResult,
}Expand description
Body plane result for movers.
Fields§
§shapeId: b3ShapeIdThe shape id on the body.
result: b3PlaneResultThe plane result.
Trait Implementations§
Source§impl Clone for b3BodyPlaneResult
impl Clone for b3BodyPlaneResult
Source§fn clone(&self) -> b3BodyPlaneResult
fn clone(&self) -> b3BodyPlaneResult
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 b3BodyPlaneResult
Auto Trait Implementations§
impl Freeze for b3BodyPlaneResult
impl RefUnwindSafe for b3BodyPlaneResult
impl Send for b3BodyPlaneResult
impl Sync for b3BodyPlaneResult
impl Unpin for b3BodyPlaneResult
impl UnsafeUnpin for b3BodyPlaneResult
impl UnwindSafe for b3BodyPlaneResult
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