pub struct Rule2d {
pub points: Vec<Point2>,
pub weights: Vec<f64>,
}
Fields§
§points: Vec<Point2>
§weights: Vec<f64>
Trait Implementations§
impl StructuralPartialEq for Rule2d
Auto Trait Implementations§
impl Freeze for Rule2d
impl RefUnwindSafe for Rule2d
impl Send for Rule2d
impl Sync for Rule2d
impl Unpin for Rule2d
impl UnwindSafe for Rule2d
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