Struct klt_sys::FloatImageRec [] [src]

#[repr(C)]
pub struct FloatImageRec { pub ncols: c_int, pub nrows: c_int, pub data: *mut c_float, }

Fields