Struct linux_loader::loader::elf::start_info::hvm_modlist_entry [−][src]
#[repr(C)]pub struct hvm_modlist_entry {
pub paddr: u64,
pub size: u64,
pub cmdline_paddr: u64,
pub reserved: u64,
}
Fields
paddr: u64
size: u64
cmdline_paddr: u64
reserved: u64
Trait Implementations
Converts a slice of raw data into a reference of Self
. Read more
Converts a mutable slice of raw data into a mutable reference of Self
. Read more
Converts a mutable reference to self
into a mutable slice of bytes. Read more
Converts a mutable reference to self
into a VolatileSlice
. This is
useful because VolatileSlice
provides a Bytes<usize>
implementation. Read more
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for hvm_modlist_entry
impl Send for hvm_modlist_entry
impl Sync for hvm_modlist_entry
impl Unpin for hvm_modlist_entry
impl UnwindSafe for hvm_modlist_entry
Blanket Implementations
Mutably borrows from an owned value. Read more