pub struct ExecutableAddressResponse {
pub physical_base: usize,
pub virtual_base: usize,
/* private fields */
}Fields§
§physical_base: usize§virtual_base: usizeTrait Implementations§
Source§impl Clone for ExecutableAddressResponse
impl Clone for ExecutableAddressResponse
Source§fn clone(&self) -> ExecutableAddressResponse
fn clone(&self) -> ExecutableAddressResponse
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 moreimpl Copy for ExecutableAddressResponse
Auto Trait Implementations§
impl Freeze for ExecutableAddressResponse
impl RefUnwindSafe for ExecutableAddressResponse
impl Send for ExecutableAddressResponse
impl Sync for ExecutableAddressResponse
impl Unpin for ExecutableAddressResponse
impl UnwindSafe for ExecutableAddressResponse
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