pub struct WorldUsage {
pub world: ValidatedWorldPath,
pub bytes: usize,
}Expand description
One world-size row for engine introspection.
Fields§
§world: ValidatedWorldPathCanonical world path.
bytes: usizeBody byte size for this world.
Auto Trait Implementations§
impl Freeze for WorldUsage
impl RefUnwindSafe for WorldUsage
impl Send for WorldUsage
impl Sync for WorldUsage
impl Unpin for WorldUsage
impl UnsafeUnpin for WorldUsage
impl UnwindSafe for WorldUsage
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