RawCStream

Type Alias RawCStream 

Source
pub type RawCStream = NonNull<FILE>;
Expand description

A libc::FILE stream.

Aliased Type§

pub struct RawCStream { /* private fields */ }

Trait Implementations§

Source§

impl FromRawCStream for RawCStream

Source§

unsafe fn from_raw_c_stream(raw: RawCStream) -> Self

Constructs a new instance of Self from the given raw stream. Read more
Source§

impl IntoRawCStream for RawCStream

Source§

fn into_raw_c_stream(self) -> RawCStream

Consumes this object, returning the raw underlying stream. Read more