Struct native::io::file::CFile[src]
pub struct CFile {
// some fields omitted
}Methods
impl CFile
fn new(file: *FILE) -> CFile
Create a CFile from an open FILE pointer.
The CFile takes ownership of the FILE pointer and will close it upon
destruction.