[][src]Struct codenano::Helix

pub struct Helix { /* fields omitted */ }

Methods

impl Helix[src]

pub fn space_pos(&self, n: isize, b: bool, cst: &DNAConst) -> Point<f64>[src]

pub fn from_grid(h: isize, v: isize) -> Helix[src]

Trait Implementations

impl Serialize for Helix[src]

impl<'de> Deserialize<'de> for Helix[src]

Auto Trait Implementations

impl Unpin for Helix

impl Send for Helix

impl Sync for Helix

impl UnwindSafe for Helix

impl RefUnwindSafe for Helix

Blanket Implementations

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

impl<T> From<T> for 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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]