[][src]Struct libastro::svg_draw::svg_draw::TempPositionBodies

pub struct TempPositionBodies {
    pub init_index: i16,
    pub index: i16,
    pub sw_reserve: bool,
    pub sw_bodie: bool,
    pub bodie_enum: Bodies,
    pub angle_enum: Angle,
    pub longitude: f32,
    pub space_left: f32,
    pub space_right: f32,
    pub fix: f32,
    pub longitude_fix: f32,
}

Temporary struct for compute offset between object/angles

Fields

init_index: i16index: i16sw_reserve: boolsw_bodie: boolbodie_enum: Bodiesangle_enum: Anglelongitude: f32space_left: f32space_right: f32fix: f32longitude_fix: f32

Trait Implementations

impl Clone for TempPositionBodies[src]

impl Copy for TempPositionBodies[src]

impl Debug for TempPositionBodies[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.