pub struct HyperVVgaDeps {
pub attached_to: BusIdPci,
pub rom: Option<Box<dyn MapRom>>,
}
Expand description
Hyper-V specific VGA graphics card
Fields§
§attached_to: BusIdPci
vmotherboard
bus identifier
rom: Option<Box<dyn MapRom>>
Interface to map SVGABIOS.bin into memory (or None, if that’s handled externally, by the platform itself)
Auto Trait Implementations§
impl Freeze for HyperVVgaDeps
impl !RefUnwindSafe for HyperVVgaDeps
impl Send for HyperVVgaDeps
impl Sync for HyperVVgaDeps
impl Unpin for HyperVVgaDeps
impl !UnwindSafe for HyperVVgaDeps
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