pub struct SemanticLayers {
pub regions: Vec<Region>,
pub markers: Vec<Marker>,
pub masks: Masks,
pub connectivity: ConnectivityGraph,
}Expand description
Complete semantic information for a generated map
Fields§
§regions: Vec<Region>§markers: Vec<Marker>§masks: Masks§connectivity: ConnectivityGraphTrait Implementations§
Source§impl Clone for SemanticLayers
impl Clone for SemanticLayers
Source§fn clone(&self) -> SemanticLayers
fn clone(&self) -> SemanticLayers
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SemanticLayers
impl RefUnwindSafe for SemanticLayers
impl Send for SemanticLayers
impl Sync for SemanticLayers
impl Unpin for SemanticLayers
impl UnwindSafe for SemanticLayers
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