#[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§impl Default for jvmtiAddrLocationMap
impl Default 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