pub struct Vtl0Config<'a> {
pub supports_pcat: bool,
pub supports_uefi: Option<(LoadInfo, Vec<u8>)>,
pub supports_linux: Option<Vtl0Linux<'a>>,
}
Fields§
§supports_pcat: bool
§supports_uefi: Option<(LoadInfo, Vec<u8>)>
The load info and the VP context page.
supports_linux: Option<Vtl0Linux<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Vtl0Config<'a>
impl<'a> RefUnwindSafe for Vtl0Config<'a>
impl<'a> Send for Vtl0Config<'a>
impl<'a> Sync for Vtl0Config<'a>
impl<'a> Unpin for Vtl0Config<'a>
impl<'a> UnwindSafe for Vtl0Config<'a>
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