#[repr(C)]pub struct ManifoldVec2 {
pub x: f64,
pub y: f64,
}Fields§
§x: f64§y: f64Trait Implementations§
Source§impl Clone for ManifoldVec2
impl Clone for ManifoldVec2
Source§fn clone(&self) -> ManifoldVec2
fn clone(&self) -> ManifoldVec2
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 ManifoldVec2
Auto Trait Implementations§
impl Freeze for ManifoldVec2
impl RefUnwindSafe for ManifoldVec2
impl Send for ManifoldVec2
impl Sync for ManifoldVec2
impl Unpin for ManifoldVec2
impl UnsafeUnpin for ManifoldVec2
impl UnwindSafe for ManifoldVec2
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