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