pub trait SpacecraftExt: Clone + Copy + Default + Debug + Send + Sync { }
Expand description

Defines a spacecraft extension. This is useful for highly specialized guidance laws that need to store additional data in the spacecraft state. Most guidance laws can be implemented directly with the Spacecraft structure.

Implementors§