Struct rfmod::FmodFile [] [src]

pub struct FmodFile { /* fields omitted */ }

A little struct to wrap C files.

IMPORTANT: it doesn't close the file when dropped!

I'll try to improve this or to replace it by File.

Methods

impl FmodFile
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl !Send for FmodFile

impl !Sync for FmodFile