Struct geoarrow::scalar::OwnedLineString
source · pub struct OwnedLineString<O: OffsetSizeTrait> { /* private fields */ }
Implementations§
source§impl<O: OffsetSizeTrait> OwnedLineString<O>
impl<O: OffsetSizeTrait> OwnedLineString<O>
pub fn new( coords: CoordBuffer, geom_offsets: OffsetBuffer<O>, geom_index: usize ) -> Self
Trait Implementations§
source§impl<O: Debug + OffsetSizeTrait> Debug for OwnedLineString<O>
impl<O: Debug + OffsetSizeTrait> Debug for OwnedLineString<O>
source§impl<'a, O: OffsetSizeTrait> From<&'a OwnedLineString<O>> for LineString<'a, O>
impl<'a, O: OffsetSizeTrait> From<&'a OwnedLineString<O>> for LineString<'a, O>
source§fn from(value: &'a OwnedLineString<O>) -> Self
fn from(value: &'a OwnedLineString<O>) -> Self
Converts to this type from the input type.
source§impl<'a, O: OffsetSizeTrait> From<LineString<'a, O>> for OwnedLineString<O>
impl<'a, O: OffsetSizeTrait> From<LineString<'a, O>> for OwnedLineString<O>
source§fn from(value: LineString<'a, O>) -> Self
fn from(value: LineString<'a, O>) -> Self
Converts to this type from the input type.
source§impl<O: OffsetSizeTrait> From<OwnedLineString<O>> for LineString
impl<O: OffsetSizeTrait> From<OwnedLineString<O>> for LineString
source§fn from(value: OwnedLineString<O>) -> Self
fn from(value: OwnedLineString<O>) -> Self
Converts to this type from the input type.
source§impl<'a, O: OffsetSizeTrait> From<OwnedLineString<O>> for LineString<'a, O>
impl<'a, O: OffsetSizeTrait> From<OwnedLineString<O>> for LineString<'a, O>
source§fn from(value: OwnedLineString<O>) -> Self
fn from(value: OwnedLineString<O>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<O> RefUnwindSafe for OwnedLineString<O>where
O: RefUnwindSafe,
impl<O> Send for OwnedLineString<O>
impl<O> Sync for OwnedLineString<O>
impl<O> Unpin for OwnedLineString<O>where
O: Unpin,
impl<O> UnwindSafe for OwnedLineString<O>where
O: UnwindSafe,
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