pub struct Prnsol {
pub node: usize,
pub temp: f32,
}Fields§
§node: usize§temp: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Prnsol
impl RefUnwindSafe for Prnsol
impl Send for Prnsol
impl Sync for Prnsol
impl Unpin for Prnsol
impl UnsafeUnpin for Prnsol
impl UnwindSafe for Prnsol
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