#[repr(C)]pub struct _jvmtiAddrLocationMap {
pub start_address: *const c_void,
pub location: jlocation,
}
Fields§
§start_address: *const c_void
§location: jlocation
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 Debug for _jvmtiAddrLocationMap
impl Debug for _jvmtiAddrLocationMap
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