Struct dbs_boot::InitrdConfig
source · [−]pub struct InitrdConfig {
pub address: GuestAddress,
pub size: usize,
}
Expand description
Type for passing information about the initrd in the guest memory.
Fields
address: GuestAddress
Load address of initrd in guest memory
size: usize
Size of initrd in guest memory
Auto Trait Implementations
impl RefUnwindSafe for InitrdConfig
impl Send for InitrdConfig
impl Sync for InitrdConfig
impl Unpin for InitrdConfig
impl UnwindSafe for InitrdConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more