pub struct S2Feature {
pub id: Option<u64>,
pub face: Face,
pub properties: Properties,
pub geometry: Geometry,
}
Expand description
Component to build either an S2 or WG Feature
Fields§
§id: Option<u64>
Unique identifier
face: Face
Cube-Face of the feature
properties: Properties
Properties of the feature
geometry: Geometry
Geometry of the feature
Trait Implementations§
source§impl PartialEq for S2Feature
impl PartialEq for S2Feature
impl StructuralPartialEq for S2Feature
Auto Trait Implementations§
impl Freeze for S2Feature
impl RefUnwindSafe for S2Feature
impl Send for S2Feature
impl Sync for S2Feature
impl Unpin for S2Feature
impl UnwindSafe for S2Feature
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