pub struct Solid<'a> {
pub sides: Vec<Side<'a>>,
}Expand description
A peice of map geometry made out of Sides.
Fields§
§sides: Vec<Side<'a>>Implementations§
Trait Implementations§
impl<'a> StructuralPartialEq for Solid<'a>
Auto Trait Implementations§
impl<'a> Freeze for Solid<'a>
impl<'a> RefUnwindSafe for Solid<'a>
impl<'a> Send for Solid<'a>
impl<'a> Sync for Solid<'a>
impl<'a> Unpin for Solid<'a>
impl<'a> UnwindSafe for Solid<'a>
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