pub struct BodyPlaneResult {
pub shape_id: ShapeId,
pub result: PlaneResult,
}Expand description
Body plane result for movers. (b3BodyPlaneResult)
Fields§
§shape_id: ShapeIdThe shape id on the body.
result: PlaneResultThe plane result.
Trait Implementations§
Source§impl Clone for BodyPlaneResult
impl Clone for BodyPlaneResult
Source§fn clone(&self) -> BodyPlaneResult
fn clone(&self) -> BodyPlaneResult
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 BodyPlaneResult
Source§impl Debug for BodyPlaneResult
impl Debug for BodyPlaneResult
Source§impl Default for BodyPlaneResult
impl Default for BodyPlaneResult
Source§impl PartialEq for BodyPlaneResult
impl PartialEq for BodyPlaneResult
impl StructuralPartialEq for BodyPlaneResult
Auto Trait Implementations§
impl Freeze for BodyPlaneResult
impl RefUnwindSafe for BodyPlaneResult
impl Send for BodyPlaneResult
impl Sync for BodyPlaneResult
impl Unpin for BodyPlaneResult
impl UnsafeUnpin for BodyPlaneResult
impl UnwindSafe for BodyPlaneResult
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