constexpr AstroContext(EarthOrientationModel model)
constexpr EarthOrientationModel model() const
constexpr AstroContext()=default
constexpr AstroContext with_model() const
static AstroContext from_default_ffi()
Create an AstroContext reflecting the Rust library's built-in default.
OwnedFfiContext & operator=(const OwnedFfiContext &)=delete
OwnedFfiContext(const OwnedFfiContext &)=delete
OwnedFfiContext(EarthOrientationModel model)
const siderust_context_t * get() const
OwnedFfiContext(const AstroContext &ctx)
OwnedFfiContext()
Create a context using the Rust library's built-in default model.
EarthOrientationModel model() const
Query the Earth-orientation model stored inside this FFI context handle.