#[repr(C)]pub struct b3PlaneResult {
pub plane: b3Plane,
pub point: b3Vec3,
}Expand description
The plane between a character mover and a shape
Fields§
§plane: b3PlaneOutward pointing plane.
point: b3Vec3Closest point on the shape. May not be unique.
Trait Implementations§
Source§impl Clone for b3PlaneResult
impl Clone for b3PlaneResult
Source§fn clone(&self) -> b3PlaneResult
fn clone(&self) -> b3PlaneResult
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 b3PlaneResult
Auto Trait Implementations§
impl Freeze for b3PlaneResult
impl RefUnwindSafe for b3PlaneResult
impl Send for b3PlaneResult
impl Sync for b3PlaneResult
impl Unpin for b3PlaneResult
impl UnsafeUnpin for b3PlaneResult
impl UnwindSafe for b3PlaneResult
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