#[repr(C)]pub struct _jvmtiCompiledMethodLoadInlineRecord {
pub header: jvmtiCompiledMethodLoadRecordHeader,
pub numpcs: jint,
pub pcinfo: *mut PCStackInfo,
}
Fields§
§header: jvmtiCompiledMethodLoadRecordHeader
§numpcs: jint
§pcinfo: *mut PCStackInfo
Trait Implementations§
Source§impl Clone for _jvmtiCompiledMethodLoadInlineRecord
impl Clone for _jvmtiCompiledMethodLoadInlineRecord
Source§fn clone(&self) -> _jvmtiCompiledMethodLoadInlineRecord
fn clone(&self) -> _jvmtiCompiledMethodLoadInlineRecord
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 _jvmtiCompiledMethodLoadInlineRecord
Auto Trait Implementations§
impl Freeze for _jvmtiCompiledMethodLoadInlineRecord
impl RefUnwindSafe for _jvmtiCompiledMethodLoadInlineRecord
impl !Send for _jvmtiCompiledMethodLoadInlineRecord
impl !Sync for _jvmtiCompiledMethodLoadInlineRecord
impl Unpin for _jvmtiCompiledMethodLoadInlineRecord
impl UnwindSafe for _jvmtiCompiledMethodLoadInlineRecord
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