pub struct LinuxImage;
Expand description
Dummy implementation for Linux OS image.
Trait Implementations§
Source§impl<'a, Driver> VmiOsImage<'a, Driver> for LinuxImage
impl<'a, Driver> VmiOsImage<'a, Driver> for LinuxImage
Source§fn base_address(&self) -> Va
fn base_address(&self) -> Va
Returns the base address of the image.
Source§fn architecture(&self) -> Result<Option<VmiOsImageArchitecture>, VmiError>
fn architecture(&self) -> Result<Option<VmiOsImageArchitecture>, VmiError>
Returns the target architecture for which the image was compiled.
Auto Trait Implementations§
impl Freeze for LinuxImage
impl RefUnwindSafe for LinuxImage
impl Send for LinuxImage
impl Sync for LinuxImage
impl Unpin for LinuxImage
impl UnwindSafe for LinuxImage
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