#[repr(C)]pub struct jvmtiAddrLocationMap {
pub start_address: *const c_void,
pub location: i64,
}
Fields§
§start_address: *const c_void
§location: i64
Trait Implementations§
Source§impl Clone for jvmtiAddrLocationMap
impl Clone for jvmtiAddrLocationMap
Source§fn clone(&self) -> jvmtiAddrLocationMap
fn clone(&self) -> jvmtiAddrLocationMap
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 Default for jvmtiAddrLocationMap
impl Default for jvmtiAddrLocationMap
Source§fn default() -> jvmtiAddrLocationMap
fn default() -> jvmtiAddrLocationMap
Returns the “default value” for a type. Read more
impl Copy for jvmtiAddrLocationMap
Auto Trait Implementations§
impl Freeze for jvmtiAddrLocationMap
impl RefUnwindSafe for jvmtiAddrLocationMap
impl !Send for jvmtiAddrLocationMap
impl !Sync for jvmtiAddrLocationMap
impl Unpin for jvmtiAddrLocationMap
impl UnwindSafe for jvmtiAddrLocationMap
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