pub struct StandardSchemas;Expand description
Standard schemas used by typed views and IO adapters.
Implementations§
Source§impl StandardSchemas
impl StandardSchemas
Sourcepub fn point_xyz() -> PointSchema
pub fn point_xyz() -> PointSchema
PointXYZ schema.
Sourcepub fn point_xyzi() -> PointSchema
pub fn point_xyzi() -> PointSchema
PointXYZI schema.
Sourcepub fn point_xyzrgb() -> PointSchema
pub fn point_xyzrgb() -> PointSchema
PointXYZRGB schema.
Sourcepub fn point_xyzirgb() -> PointSchema
pub fn point_xyzirgb() -> PointSchema
PointXYZIRGB schema (intensity + packed RGB, LAS/PCD composite).
Sourcepub fn point_xyzinormal() -> PointSchema
pub fn point_xyzinormal() -> PointSchema
PointXYZINormal schema.
Auto Trait Implementations§
impl Freeze for StandardSchemas
impl RefUnwindSafe for StandardSchemas
impl Send for StandardSchemas
impl Sync for StandardSchemas
impl Unpin for StandardSchemas
impl UnsafeUnpin for StandardSchemas
impl UnwindSafe for StandardSchemas
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