pub type NcReaderOptions = ncreader_options;Expand description
Options struct for NcReader
type in C: ncreader_options (struct)
Aliased Type§
#[repr(C)]pub struct NcReaderOptions {
pub tchannels: u64,
pub tattrword: u32,
pub flags: u64,
}Fields§
§tchannels: u64channels used for input
tattrword: u32attributes used for input
flags: u64bitfield of NCREADER_OPTION_*