pub struct SolarOrientation {
pub b0: Angle,
pub l0: Angle,
pub p: Angle,
}Fields§
§b0: Angle§l0: Angle§p: AngleAuto Trait Implementations§
impl Freeze for SolarOrientation
impl RefUnwindSafe for SolarOrientation
impl Send for SolarOrientation
impl Sync for SolarOrientation
impl Unpin for SolarOrientation
impl UnsafeUnpin for SolarOrientation
impl UnwindSafe for SolarOrientation
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