pub struct PointCloudShape { /* private fields */ }Implementations§
Trait Implementations§
Source§impl CircumRadius for PointCloudShape
impl CircumRadius for PointCloudShape
fn circumradius(&self) -> f32
Source§impl Clone for PointCloudShape
impl Clone for PointCloudShape
Source§fn clone(&self) -> PointCloudShape
fn clone(&self) -> PointCloudShape
Returns a duplicate 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 PointCloudShape
impl Debug for PointCloudShape
Source§impl Default for PointCloudShape
impl Default for PointCloudShape
Source§impl Visit for PointCloudShape
impl Visit for PointCloudShape
Auto Trait Implementations§
impl Freeze for PointCloudShape
impl RefUnwindSafe for PointCloudShape
impl Send for PointCloudShape
impl Sync for PointCloudShape
impl Unpin for PointCloudShape
impl UnsafeUnpin for PointCloudShape
impl UnwindSafe for PointCloudShape
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