Struct linux_loader::start_info::hvm_memmap_table_entry [−][src]
#[repr(C)]pub struct hvm_memmap_table_entry {
pub addr: u64,
pub size: u64,
pub type_: u32,
pub reserved: u32,
}
Fields
addr: u64
size: u64
type_: u32
reserved: u32
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_memmap_table_entry
impl Send for hvm_memmap_table_entry
impl Sync for hvm_memmap_table_entry
impl Unpin for hvm_memmap_table_entry
impl UnwindSafe for hvm_memmap_table_entry
Blanket Implementations
Mutably borrows from an owned value. Read more