Struct linux_raw_sys::bootparam::boot_e820_entry
source · #[repr(C, packed(1))]pub struct boot_e820_entry {
pub addr: __u64,
pub size: __u64,
pub type_: __u32,
}
Fields§
§addr: __u64
§size: __u64
§type_: __u32
Trait Implementations§
source§impl Clone for boot_e820_entry
impl Clone for boot_e820_entry
source§fn clone(&self) -> boot_e820_entry
fn clone(&self) -> boot_e820_entry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for boot_e820_entry
impl Debug for boot_e820_entry
impl Copy for boot_e820_entry
Auto Trait Implementations§
impl Freeze for boot_e820_entry
impl RefUnwindSafe for boot_e820_entry
impl Send for boot_e820_entry
impl Sync for boot_e820_entry
impl Unpin for boot_e820_entry
impl UnwindSafe for boot_e820_entry
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