pub struct FmodFile { /* private fields */ }
Expand description
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.
Implementations§
Auto Trait Implementations§
impl Freeze for FmodFile
impl RefUnwindSafe for FmodFile
impl !Send for FmodFile
impl !Sync for FmodFile
impl Unpin for FmodFile
impl UnwindSafe for FmodFile
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more