NcFdPlaneOptions

Type Alias NcFdPlaneOptions 

Source
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_void

parameter provided to callbacks

§follow: bool

keep reading after hitting end? (think tail -f)

§flags: u64

bitfield over NCOPTION_FDPLANE_*