pub struct B2shapeCastOutput {
pub point: B2vec2,
pub normal: B2vec2,
pub lambda: f32,
pub iterations: i32,
}Expand description
Output results for b2ShapeCast
Fields§
§point: B2vec2§normal: B2vec2§lambda: f32§iterations: i32Trait Implementations§
Source§impl Clone for B2shapeCastOutput
impl Clone for B2shapeCastOutput
Source§fn clone(&self) -> B2shapeCastOutput
fn clone(&self) -> B2shapeCastOutput
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 B2shapeCastOutput
impl Debug for B2shapeCastOutput
Source§impl Default for B2shapeCastOutput
impl Default for B2shapeCastOutput
Source§fn default() -> B2shapeCastOutput
fn default() -> B2shapeCastOutput
Returns the “default value” for a type. Read more
impl Copy for B2shapeCastOutput
Auto Trait Implementations§
impl Freeze for B2shapeCastOutput
impl RefUnwindSafe for B2shapeCastOutput
impl Send for B2shapeCastOutput
impl Sync for B2shapeCastOutput
impl Unpin for B2shapeCastOutput
impl UnsafeUnpin for B2shapeCastOutput
impl UnwindSafe for B2shapeCastOutput
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