pub struct OpenFiles {
pub raw_entries: File,
pub raw_free_locations: File,
pub indices: File,
pub free_ids: File,
}Fields§
§raw_entries: File§raw_free_locations: File§indices: File§free_ids: FileAuto Trait Implementations§
impl Freeze for OpenFiles
impl RefUnwindSafe for OpenFiles
impl Send for OpenFiles
impl Sync for OpenFiles
impl Unpin for OpenFiles
impl UnwindSafe for OpenFiles
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