[][src]Struct cspice_sys::_SpiceDSKDescr

#[repr(C)]pub struct _SpiceDSKDescr {
    pub surfce: SpiceInt,
    pub center: SpiceInt,
    pub dclass: SpiceInt,
    pub dtype: SpiceInt,
    pub frmcde: SpiceInt,
    pub corsys: SpiceInt,
    pub corpar: [SpiceDouble; 10],
    pub co1min: SpiceDouble,
    pub co1max: SpiceDouble,
    pub co2min: SpiceDouble,
    pub co2max: SpiceDouble,
    pub co3min: SpiceDouble,
    pub co3max: SpiceDouble,
    pub start: SpiceDouble,
    pub stop: SpiceDouble,
}

Fields

surfce: SpiceIntcenter: SpiceIntdclass: SpiceIntdtype: SpiceIntfrmcde: SpiceIntcorsys: SpiceIntcorpar: [SpiceDouble; 10]co1min: SpiceDoubleco1max: SpiceDoubleco2min: SpiceDoubleco2max: SpiceDoubleco3min: SpiceDoubleco3max: SpiceDoublestart: SpiceDoublestop: SpiceDouble

Trait Implementations

impl Clone for _SpiceDSKDescr[src]

impl Copy for _SpiceDSKDescr[src]

impl Debug for _SpiceDSKDescr[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.