enum VmdkParsedStorage {
Flat {
filename: String,
offset: u64,
},
Zero,
}Expand description
VMDK extent information after parsing, before opening
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VmdkParsedStorage
impl RefUnwindSafe for VmdkParsedStorage
impl Send for VmdkParsedStorage
impl Sync for VmdkParsedStorage
impl Unpin for VmdkParsedStorage
impl UnwindSafe for VmdkParsedStorage
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