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