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