Struct nyx_space::celestia::Xb[][src]

pub struct Xb {
    pub meta: Option<Metadata>,
    pub constants: HashMap<String, Constant>,
    pub ephemeris_root: Option<Ephemeris>,
    pub orientation_root: Option<Orientation>,
    pub navigation_objects: Vec<NavigationObject>,
    pub instrument_root: Option<Instrument>,
}

Fields

meta: Option<Metadata>constants: HashMap<String, Constant>ephemeris_root: Option<Ephemeris>orientation_root: Option<Orientation>navigation_objects: Vec<NavigationObject>instrument_root: Option<Instrument>

Implementations

Loads the provided input_filename as an XB

Loads the provided input buffer as an XB

Finds the ephemeris provided the path as usize, e.g. [3,1] would return the Moon with any DE xb.

Returns the machine path of the requested ephemeris

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Returns the encoded length of the message without a length delimiter.

Clears the message, resetting all fields to their default.

Encodes the message to a buffer. Read more

Encodes the message with a length-delimiter to a buffer. Read more

Decodes an instance of the message from a buffer. Read more

Decodes a length-delimited instance of the message from the buffer.

Decodes an instance of the message from a buffer, and merges it into self. Read more

Decodes a length-delimited instance of the message from buffer, and merges it into self. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.