pub enum Vhd {}Expand description
BootImageConfig for a VHD file
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vhd
impl RefUnwindSafe for Vhd
impl Send for Vhd
impl Sync for Vhd
impl Unpin for Vhd
impl UnwindSafe for Vhd
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