[][src]Struct libastro::svg_draw::svg_draw::WorkingStorageDrawPolyMorphNatal

pub struct WorkingStorageDrawPolyMorphNatal {
    pub ws: WorkingStoragePolyMorphNatal,
}

Working storage for natal chart Polymorph on trait "Draw"

Fields

ws: WorkingStoragePolyMorphNatal

Methods

impl WorkingStorageDrawPolyMorphNatal[src]

pub fn angles_draw_asc(&self) -> SVG[src]

pub fn angles_draw_fc(&self) -> SVG[src]

pub fn angles_draw_desc(&self) -> SVG[src]

pub fn angles_draw_mc(&self) -> SVG[src]

impl WorkingStorageDrawPolyMorphNatal[src]

pub fn bodies_draw(&self, bodie: Bodies, sw_retrograde: bool) -> SVG[src]

impl WorkingStorageDrawPolyMorphNatal[src]

pub fn houses_draw(&self, house: i16) -> SVG[src]

impl WorkingStorageDrawPolyMorphNatal[src]

pub fn numbers_draw_degre(&self, degre: i16, bodie_or_angle: Bodies) -> SVG[src]

pub fn numbers_draw_minute(&self, degre: i16, bodie_or_angle: Bodies) -> SVG[src]

impl WorkingStorageDrawPolyMorphNatal[src]

pub fn zodiacs_draw(&self, sign: Signs) -> SVG[src]

impl WorkingStorageDrawPolyMorphNatal[src]

Trait Implementations

impl Clone for WorkingStorageDrawPolyMorphNatal[src]

impl Debug for WorkingStorageDrawPolyMorphNatal[src]

impl Draw for WorkingStorageDrawPolyMorphNatal[src]

fn draw_house(&self, numero: i16) -> SvgObject[src]

draw_house numero 1 to 12

fn draw_bodie(&self, bodie: Bodies, _sw_transit: bool) -> SvgObjectBodie[src]

Draw svg bodie into struct SvgObjectBodie

  • bodies is planet/fiction/asteroid
  • _sw_transit is not used here

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.