pub struct PioGeoLayer(/* private fields */);Expand description
Parsed geographic sidecar.
Auto Trait Implementations§
impl Freeze for PioGeoLayer
impl RefUnwindSafe for PioGeoLayer
impl Send for PioGeoLayer
impl Sync for PioGeoLayer
impl Unpin for PioGeoLayer
impl UnsafeUnpin for PioGeoLayer
impl UnwindSafe for PioGeoLayer
Blanket Implementations§
impl<T> Allocation for T
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