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