pub struct VmgsFileInfo {
pub allocated_bytes: u64,
pub valid_bytes: u64,
}
Expand description
Info about a specific VMGS file.
Fields§
§allocated_bytes: u64
Number of bytes allocated in the file.
valid_bytes: u64
Number of valid bytes in the file.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VmgsFileInfo
impl RefUnwindSafe for VmgsFileInfo
impl Send for VmgsFileInfo
impl Sync for VmgsFileInfo
impl Unpin for VmgsFileInfo
impl UnwindSafe for VmgsFileInfo
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