コンテンツにスキップ

FrameDescriptor

このコンテンツはまだ日本語訳がありません。

Defined in: frame.rs:86

pub enum FrameDescriptor {
SimpleEci,
SimpleEcef,
Gcrs,
Cirs,
Tirs,
Itrs,
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.









const fn name(self) -> &‘static str


const fn category(self) -> FrameCategory