[][src]Struct protein_core::types::anisou::Anisou

pub struct Anisou {
    pub id: u32,
    pub u11: i32,
    pub u22: i32,
    pub u33: i32,
    pub u12: i32,
    pub u13: i32,
    pub u23: i32,
}

Fields

id: u32u11: i32u22: i32u33: i32u12: i32u13: i32u23: i32

Trait Implementations

impl Clone for Anisou[src]

impl Debug for Anisou[src]

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

impl Serialize for Anisou[src]

Auto Trait Implementations

impl RefUnwindSafe for Anisou

impl Send for Anisou

impl Sync for Anisou

impl Unpin for Anisou

impl UnwindSafe for Anisou

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.