#[repr(C)]pub struct jvmtiFrameInfo {
pub method: jmethodID,
pub location: jlocation,
}
Fields§
§method: jmethodID
§location: jlocation
Trait Implementations§
Source§impl Clone for jvmtiFrameInfo
impl Clone for jvmtiFrameInfo
Source§impl Default for jvmtiFrameInfo
impl Default for jvmtiFrameInfo
impl Copy for jvmtiFrameInfo
Auto Trait Implementations§
impl Freeze for jvmtiFrameInfo
impl RefUnwindSafe for jvmtiFrameInfo
impl !Send for jvmtiFrameInfo
impl !Sync for jvmtiFrameInfo
impl Unpin for jvmtiFrameInfo
impl UnwindSafe for jvmtiFrameInfo
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