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