pub struct LineRoche {
pub q: f64,
pub star: Star,
pub dx: f64,
pub dy: f64,
pub cpot: f64,
}Fields§
§q: f64§star: Star§dx: f64§dy: f64§cpot: f64Implementations§
Auto Trait Implementations§
impl Freeze for LineRoche
impl RefUnwindSafe for LineRoche
impl Send for LineRoche
impl Sync for LineRoche
impl Unpin for LineRoche
impl UnsafeUnpin for LineRoche
impl UnwindSafe for LineRoche
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