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: c_double, pub tzero: c_double, pub tnull: LONGLONG, pub strnull: [c_char; 20], pub tform: [c_char; 10], pub twidth: c_long, }

Fields

Trait Implementations

impl Copy for tcolumn
[src]

impl Clone for tcolumn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for tcolumn
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for tcolumn

impl Sync for tcolumn