FrameDescriptor
このコンテンツはまだ日本語訳がありません。
Defined in: frame.rs:86
pub enum FrameDescriptor { SimpleEci, SimpleEcef, Gcrs, Cirs, Tirs, Itrs, Teme, MeanEquinoxOfDate, Rsw, Body,}Concrete frame identifier for runtime identification and serialization.
Mirrors the compile-time Frame marker types. Used by RRD / log / CLI
boundaries where a f64 tuple needs to carry its frame interpretation at
runtime.
Variants
Section titled “Variants”SimpleEci
Section titled “SimpleEci”SimpleEcef
Section titled “SimpleEcef”MeanEquinoxOfDate
Section titled “MeanEquinoxOfDate”Methods
Section titled “Methods”name()
Section titled “name()”const fn name(self) -> &‘static str
category()
Section titled “category()”const fn category(self) -> FrameCategory