pub struct PolyLoop {
pub name: String,
pub polygon: Vec<CartesianPointRef>,
}Fields§
§name: String§polygon: Vec<CartesianPointRef>Trait Implementations§
impl StructuralPartialEq for PolyLoop
Auto Trait Implementations§
impl Freeze for PolyLoop
impl RefUnwindSafe for PolyLoop
impl Send for PolyLoop
impl Sync for PolyLoop
impl Unpin for PolyLoop
impl UnsafeUnpin for PolyLoop
impl UnwindSafe for PolyLoop
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