#[repr(C)]pub struct MapPhysicalRequest {
pub physical_address: u64,
pub size: u64,
}Expand description
map physical memory request
Fields§
§physical_address: u64§size: u64Trait Implementations§
Source§impl Clone for MapPhysicalRequest
impl Clone for MapPhysicalRequest
Source§fn clone(&self) -> MapPhysicalRequest
fn clone(&self) -> MapPhysicalRequest
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 MapPhysicalRequest
impl Debug for MapPhysicalRequest
impl Copy for MapPhysicalRequest
Auto Trait Implementations§
impl Freeze for MapPhysicalRequest
impl RefUnwindSafe for MapPhysicalRequest
impl Send for MapPhysicalRequest
impl Sync for MapPhysicalRequest
impl Unpin for MapPhysicalRequest
impl UnwindSafe for MapPhysicalRequest
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