Struct fitsio_sys::wtbarr [] [src]

#[repr(C)]
pub struct wtbarr { pub i: c_int, pub m: c_int, pub kind: c_int, pub extnam: [c_char; 72], pub extver: c_int, pub extlev: c_int, pub ttype: [c_char; 72], pub row: c_long, pub ndim: c_int, pub dimlen: *mut c_int, pub arrayp: *mut *mut c_double, }

Fields

Trait Implementations

impl Copy for wtbarr
[src]

impl Clone for wtbarr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for wtbarr
[src]

[src]

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

Auto Trait Implementations

impl !Send for wtbarr

impl !Sync for wtbarr