#[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 duplicate 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 BootE820Entry
impl Debug for BootE820Entry
impl Copy for BootE820Entry
Auto Trait Implementations§
impl Freeze for BootE820Entry
impl RefUnwindSafe for BootE820Entry
impl Send for BootE820Entry
impl Sync for BootE820Entry
impl Unpin for BootE820Entry
impl UnwindSafe for BootE820Entry
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