Struct fitsio_sys::tcolumn[][src]

#[repr(C)]pub struct tcolumn {
    pub ttype: [c_char; 70],
    pub tbcol: LONGLONG,
    pub tdatatype: c_int,
    pub trepeat: LONGLONG,
    pub tscale: f64,
    pub tzero: f64,
    pub tnull: LONGLONG,
    pub strnull: [c_char; 20],
    pub tform: [c_char; 10],
    pub twidth: c_long,
}

Fields

ttype: [c_char; 70]tbcol: LONGLONGtdatatype: c_inttrepeat: LONGLONGtscale: f64tzero: f64tnull: LONGLONGstrnull: [c_char; 20]tform: [c_char; 10]twidth: c_long

Trait Implementations

impl Clone for tcolumn[src]

impl Copy for tcolumn[src]

Auto Trait Implementations

impl RefUnwindSafe for tcolumn

impl Send for tcolumn

impl Sync for tcolumn

impl Unpin for tcolumn

impl UnwindSafe for tcolumn

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.