pub struct IsoEntry {
pub manifest: IsoManifest,
pub valid: bool,
}Expand description
ISO storage entry (metadata only, no chunk data)
Fields§
§manifest: IsoManifestManifest data
valid: boolWhether this entry is valid/populated
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsoEntry
impl RefUnwindSafe for IsoEntry
impl Send for IsoEntry
impl Sync for IsoEntry
impl Unpin for IsoEntry
impl UnwindSafe for IsoEntry
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