#[repr(C, packed(1))]pub struct e820entry {
pub addr: u64,
pub size: u64,
pub type_: u32,
}Fields§
§addr: u64§size: u64§type_: u32Trait Implementations§
impl Copy for e820entry
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