Enum cfile::RawFile [] [src]

pub enum RawFile {
    Owned(RawFilePtr),
    Borrowed(RawFilePtr),
}

Raw file stream.

Variants

Methods

impl RawFile
[src]

returns the raw pointer of the stream

Trait Implementations

impl Drop for RawFile
[src]

A method called when the value goes out of scope. Read more

impl Deref for RawFile
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for RawFile
[src]

The method called to mutably dereference a value