pub struct NodeInfo {
pub grad: f32,
pub gain: f32,
pub cover: f32,
pub weight: f32,
pub bounds: (f32, f32),
}Fields§
§grad: f32§gain: f32§cover: f32§weight: f32§bounds: (f32, f32)Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NodeInfo
impl Send for NodeInfo
impl Sync for NodeInfo
impl Unpin for NodeInfo
impl UnwindSafe for NodeInfo
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