Struct cfile::RawFile [] [src]

pub struct RawFile(_);

Raw file stream.

Methods

impl RawFile

fn stream(&self) -> RawFilePtr

returns the raw pointer of the stream

Trait Implementations

impl Drop for RawFile

fn drop(&mut self)

impl Deref for RawFile

type Target = FILE

fn deref(&self) -> &Self::Target

impl DerefMut for RawFile

fn deref_mut(&mut self) -> &mut Self::Target