Struct boot_info::ReservedMemoryRegion
source · pub struct ReservedMemoryRegion {
pub start: PhysicalAddress,
pub len: usize,
}
Fields§
§start: PhysicalAddress
§len: usize
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ReservedMemoryRegion
impl Send for ReservedMemoryRegion
impl Sync for ReservedMemoryRegion
impl Unpin for ReservedMemoryRegion
impl UnwindSafe for ReservedMemoryRegion
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