pub struct SurfelCloud { /* private fields */ }Expand description
Collection of surfels.
Implementations§
Trait Implementations§
Source§impl Clone for SurfelCloud
impl Clone for SurfelCloud
Source§fn clone(&self) -> SurfelCloud
fn clone(&self) -> SurfelCloud
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 moreSource§impl Debug for SurfelCloud
impl Debug for SurfelCloud
Source§impl Default for SurfelCloud
impl Default for SurfelCloud
Source§fn default() -> SurfelCloud
fn default() -> SurfelCloud
Returns the “default value” for a type. Read more
Source§impl PartialEq for SurfelCloud
impl PartialEq for SurfelCloud
Source§fn eq(&self, other: &SurfelCloud) -> bool
fn eq(&self, other: &SurfelCloud) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SurfelCloud
Auto Trait Implementations§
impl Freeze for SurfelCloud
impl RefUnwindSafe for SurfelCloud
impl Send for SurfelCloud
impl Sync for SurfelCloud
impl Unpin for SurfelCloud
impl UnsafeUnpin for SurfelCloud
impl UnwindSafe for SurfelCloud
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