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
impl FromRawCStream for RawCStream
Source§unsafe fn from_raw_c_stream(raw: RawCStream) -> Self
unsafe fn from_raw_c_stream(raw: RawCStream) -> Self
Constructs a new instance of
Self from the given raw stream. Read moreSource§impl IntoRawCStream for RawCStream
impl IntoRawCStream for RawCStream
Source§fn into_raw_c_stream(self) -> RawCStream
fn into_raw_c_stream(self) -> RawCStream
Consumes this object, returning the raw underlying stream. Read more