pub struct File<'bytes> { /* private fields */ }
Expand description
Represents a file within the TES3 virtual filesystem.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'bytes> RefUnwindSafe for File<'bytes>
impl<'bytes> Send for File<'bytes>
impl<'bytes> Sync for File<'bytes>
impl<'bytes> Unpin for File<'bytes>
impl<'bytes> UnwindSafe for File<'bytes>
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