pub struct Earcut {
pub nodes: Vec<Node>,
}
Expand description
The backing storage for the linked list.
Fields§
§nodes: Vec<Node>
Implementations§
Trait Implementations§
impl StructuralPartialEq for Earcut
Auto Trait Implementations§
impl Freeze for Earcut
impl RefUnwindSafe for Earcut
impl Send for Earcut
impl Sync for Earcut
impl Unpin for Earcut
impl UnwindSafe for Earcut
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