pub type NcFdPlaneOptions = ncfdplane_options;Expand description
Options struct for NcFdPlane.
type in C: ncfdplane_options (struct)
Aliased Type§
#[repr(C)]pub struct NcFdPlaneOptions {
pub curry: *mut c_void,
pub follow: bool,
pub flags: u64,
}Fields§
§curry: *mut c_voidparameter provided to callbacks
follow: boolkeep reading after hitting end? (think tail -f)
flags: u64bitfield over NCOPTION_FDPLANE_*