pub struct PolyVert {
pub pos: Vec2,
pub idx: i32,
}Expand description
Polygon vertex with index.
Fields§
§pos: Vec2§idx: i32Trait Implementations§
impl Copy for PolyVert
impl StructuralPartialEq for PolyVert
Auto Trait Implementations§
impl Freeze for PolyVert
impl RefUnwindSafe for PolyVert
impl Send for PolyVert
impl Sync for PolyVert
impl Unpin for PolyVert
impl UnsafeUnpin for PolyVert
impl UnwindSafe for PolyVert
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