#[repr(C)]pub struct b3TOIInput {
pub proxyA: b3ShapeProxy,
pub proxyB: b3ShapeProxy,
pub sweepA: b3Sweep,
pub sweepB: b3Sweep,
pub maxFraction: f32,
}Expand description
Time of impact input
Fields§
§proxyA: b3ShapeProxy< The proxy for shape A
proxyB: b3ShapeProxy< The proxy for shape B
sweepA: b3Sweep< The movement of shape A
sweepB: b3Sweep< The movement of shape B
maxFraction: f32< Defines the sweep interval [0, tMax]
Trait Implementations§
Source§impl Clone for b3TOIInput
impl Clone for b3TOIInput
Source§fn clone(&self) -> b3TOIInput
fn clone(&self) -> b3TOIInput
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 b3TOIInput
Auto Trait Implementations§
impl !Send for b3TOIInput
impl !Sync for b3TOIInput
impl Freeze for b3TOIInput
impl RefUnwindSafe for b3TOIInput
impl Unpin for b3TOIInput
impl UnsafeUnpin for b3TOIInput
impl UnwindSafe for b3TOIInput
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