pub struct FindMin {
pub idx: usize,
pub weight: f64,
}
Fields§
§idx: usize
§weight: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FindMin
impl RefUnwindSafe for FindMin
impl Send for FindMin
impl Sync for FindMin
impl Unpin for FindMin
impl UnwindSafe for FindMin
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