#[repr(C)]pub struct CollVert {
pub pos_orig: Vec2,
pub pos_curr: Vec2,
pub pos_prev: Vec2,
}Fields§
§pos_orig: Vec2§pos_curr: Vec2§pos_prev: Vec2Trait Implementations§
Auto Trait Implementations§
impl Freeze for CollVert
impl RefUnwindSafe for CollVert
impl Send for CollVert
impl Sync for CollVert
impl Unpin for CollVert
impl UnwindSafe for CollVert
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