pub struct B2shapeCastInput {
pub proxy_a: B2distanceProxy,
pub proxy_b: B2distanceProxy,
pub transform_a: B2Transform,
pub transform_b: B2Transform,
pub translation_b: B2vec2,
}Expand description
Input parameters for b2ShapeCast
Fields§
§proxy_a: B2distanceProxy§proxy_b: B2distanceProxy§transform_a: B2Transform§transform_b: B2Transform§translation_b: B2vec2Trait Implementations§
Source§impl Clone for B2shapeCastInput
impl Clone for B2shapeCastInput
Source§fn clone(&self) -> B2shapeCastInput
fn clone(&self) -> B2shapeCastInput
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 moreSource§impl Debug for B2shapeCastInput
impl Debug for B2shapeCastInput
Source§impl Default for B2shapeCastInput
impl Default for B2shapeCastInput
Source§fn default() -> B2shapeCastInput
fn default() -> B2shapeCastInput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for B2shapeCastInput
impl RefUnwindSafe for B2shapeCastInput
impl Send for B2shapeCastInput
impl Sync for B2shapeCastInput
impl Unpin for B2shapeCastInput
impl UnsafeUnpin for B2shapeCastInput
impl UnwindSafe for B2shapeCastInput
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