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