Struct linux_boot_params::BootE820Entry
source · #[repr(C, packed(1))]pub struct BootE820Entry {
pub addr: u64,
pub size: u64,
pub typ: E820Type,
}
Fields§
§addr: u64
§size: u64
§typ: E820Type
Trait Implementations§
source§impl Clone for BootE820Entry
impl Clone for BootE820Entry
source§fn clone(&self) -> BootE820Entry
fn clone(&self) -> BootE820Entry
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more