pub struct InitrdConfig {
pub address: GuestAddress,
pub size: usize,
}Expand description
Type for passing information about the initrd in the guest memory.
Fields§
§address: GuestAddressLoad address of initrd in guest memory
size: usizeSize of initrd in guest memory
Auto Trait Implementations§
impl Freeze for InitrdConfig
impl RefUnwindSafe for InitrdConfig
impl Send for InitrdConfig
impl Sync for InitrdConfig
impl Unpin for InitrdConfig
impl UnwindSafe for InitrdConfig
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