pub struct VoxelKey {
pub level: i32,
pub x: i32,
pub y: i32,
pub z: i32,
}Expand description
COPC octree voxel key.
Fields§
§level: i32§x: i32§y: i32§z: i32Implementations§
Trait Implementations§
Source§impl Ord for VoxelKey
impl Ord for VoxelKey
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for VoxelKey
impl PartialOrd for VoxelKey
impl Copy for VoxelKey
impl Eq for VoxelKey
impl StructuralPartialEq for VoxelKey
Auto Trait Implementations§
impl Freeze for VoxelKey
impl RefUnwindSafe for VoxelKey
impl Send for VoxelKey
impl Sync for VoxelKey
impl Unpin for VoxelKey
impl UnsafeUnpin for VoxelKey
impl UnwindSafe for VoxelKey
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