pub struct LoaderStats {
pub total_sections: usize,
pub loaded_sections: usize,
pub total_size: usize,
pub loaded_size: usize,
}
Fields§
§total_sections: usize
§loaded_sections: usize
§total_size: usize
§loaded_size: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoaderStats
impl RefUnwindSafe for LoaderStats
impl Send for LoaderStats
impl Sync for LoaderStats
impl Unpin for LoaderStats
impl UnwindSafe for LoaderStats
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