pub struct MapLayer {
pub id: usize,
pub labels: Vec<MapLabel>,
pub lines: Vec<MapLine>,
}
Fields§
§id: usize
§labels: Vec<MapLabel>
§lines: Vec<MapLine>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapLayer
impl RefUnwindSafe for MapLayer
impl Send for MapLayer
impl Sync for MapLayer
impl Unpin for MapLayer
impl UnwindSafe for MapLayer
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