[][src]Struct laz::las::Point2

pub struct Point2 { /* fields omitted */ }

Trait Implementations

impl Clone for Point2[src]

impl Copy for Point2[src]

impl Debug for Point2[src]

impl Default for Point2[src]

impl DefaultVersion for Point2[src]

impl LasRGB for Point2[src]

impl PartialEq<Point2> for Point2[src]

impl StructuralPartialEq for Point2[src]

impl Version1 for Point2[src]

impl Version2 for Point2[src]

Auto Trait Implementations

impl RefUnwindSafe for Point2

impl Send for Point2

impl Sync for Point2

impl Unpin for Point2

impl UnwindSafe for Point2

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> LasPoint0 for T where
    T: Point0Based, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.