#[repr(u32)]pub enum PointCloudEncodingMethod {
POINT_CLOUD_SEQUENTIAL_ENCODING = 0,
POINT_CLOUD_KD_TREE_ENCODING = 1,
}Variants§
Trait Implementations§
Source§impl Clone for PointCloudEncodingMethod
impl Clone for PointCloudEncodingMethod
Source§fn clone(&self) -> PointCloudEncodingMethod
fn clone(&self) -> PointCloudEncodingMethod
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 Hash for PointCloudEncodingMethod
impl Hash for PointCloudEncodingMethod
Source§impl PartialEq for PointCloudEncodingMethod
impl PartialEq for PointCloudEncodingMethod
Source§fn eq(&self, other: &PointCloudEncodingMethod) -> bool
fn eq(&self, other: &PointCloudEncodingMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PointCloudEncodingMethod
impl StructuralPartialEq for PointCloudEncodingMethod
impl UniquePtrTarget for PointCloudEncodingMethod
impl VectorElement for PointCloudEncodingMethod
impl WeakPtrTarget for PointCloudEncodingMethod
Auto Trait Implementations§
impl Freeze for PointCloudEncodingMethod
impl RefUnwindSafe for PointCloudEncodingMethod
impl Send for PointCloudEncodingMethod
impl Sync for PointCloudEncodingMethod
impl Unpin for PointCloudEncodingMethod
impl UnsafeUnpin for PointCloudEncodingMethod
impl UnwindSafe for PointCloudEncodingMethod
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