Struct libnotcurses_sys::c_api::ffi::ncreader
source · #[repr(C)]pub struct ncreader { /* private fields */ }Implementations§
source§impl ncreader
impl ncreader
sourcepub fn new<'a>(plane: &mut NcPlane) -> NcResult<&'a mut Self>
pub fn new<'a>(plane: &mut NcPlane) -> NcResult<&'a mut Self>
NcReader simple constructor.
sourcepub fn with_options<'a>(
plane: &mut NcPlane,
options: &NcReaderOptions
) -> NcResult<&'a mut Self>
pub fn with_options<'a>( plane: &mut NcPlane, options: &NcReaderOptions ) -> NcResult<&'a mut Self>
NcReader constructor with options.