#[repr(C, packed(1))]struct E820Entry {
addr: u64,
size: u64,
entry_type: u32,
}Fields§
§addr: u64§size: u64§entry_type: u32Auto Trait Implementations§
impl Freeze for E820Entry
impl RefUnwindSafe for E820Entry
impl Send for E820Entry
impl Sync for E820Entry
impl Unpin for E820Entry
impl UnwindSafe for E820Entry
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