Struct light_phylogeny::Options[][src]

pub struct Options {
    pub gene_internal: bool,
    pub species_internal: bool,
    pub clado_flag: bool,
    pub species_only_flag: bool,
    pub real_length_flag: bool,
    pub open_browser: bool,
    pub verbose: bool,
    pub disp_gene: usize,
    pub scale: f32,
    pub ratio: f32,
    pub rotate: bool,
}

Structure Options: drawing options.

Fields

gene_internal: boolspecies_internal: boolclado_flag: boolspecies_only_flag: boolreal_length_flag: boolopen_browser: boolverbose: booldisp_gene: usizescale: f32ratio: f32rotate: bool

Implementations

impl Options[src]

pub fn new() -> Self[src]

Trait Implementations

impl Debug for Options[src]

Auto Trait Implementations

impl RefUnwindSafe for Options

impl Send for Options

impl Sync for Options

impl Unpin for Options

impl UnwindSafe for Options

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, 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,