#[repr(C)]pub struct ManifoldIVec3 {
pub x: c_int,
pub y: c_int,
pub z: c_int,
}
Fields§
§x: c_int
§y: c_int
§z: c_int
Trait Implementations§
Source§impl Clone for ManifoldIVec3
impl Clone for ManifoldIVec3
Source§fn clone(&self) -> ManifoldIVec3
fn clone(&self) -> ManifoldIVec3
Returns a copy of the value. Read more
1.0.0 · 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 ManifoldIVec3
impl Debug for ManifoldIVec3
impl Copy for ManifoldIVec3
Auto Trait Implementations§
impl Freeze for ManifoldIVec3
impl RefUnwindSafe for ManifoldIVec3
impl Send for ManifoldIVec3
impl Sync for ManifoldIVec3
impl Unpin for ManifoldIVec3
impl UnwindSafe for ManifoldIVec3
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