pub(crate) struct E820Entry {
pub address: GuestAddress,
pub len: u64,
pub mem_type: E820Type,
}Fields§
§address: GuestAddress§len: u64§mem_type: E820TypeTrait Implementations§
Auto 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