#[repr(C)]pub struct _jvmtiCompiledMethodLoadRecordHeader {
pub kind: jvmtiCMLRKind,
pub majorinfoversion: jint,
pub minorinfoversion: jint,
pub next: *mut _jvmtiCompiledMethodLoadRecordHeader,
}
Fields§
§kind: jvmtiCMLRKind
§majorinfoversion: jint
§minorinfoversion: jint
§next: *mut _jvmtiCompiledMethodLoadRecordHeader
Trait Implementations§
Source§impl Clone for _jvmtiCompiledMethodLoadRecordHeader
impl Clone for _jvmtiCompiledMethodLoadRecordHeader
Source§fn clone(&self) -> _jvmtiCompiledMethodLoadRecordHeader
fn clone(&self) -> _jvmtiCompiledMethodLoadRecordHeader
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 _jvmtiCompiledMethodLoadRecordHeader
Auto Trait Implementations§
impl Freeze for _jvmtiCompiledMethodLoadRecordHeader
impl RefUnwindSafe for _jvmtiCompiledMethodLoadRecordHeader
impl !Send for _jvmtiCompiledMethodLoadRecordHeader
impl !Sync for _jvmtiCompiledMethodLoadRecordHeader
impl Unpin for _jvmtiCompiledMethodLoadRecordHeader
impl UnwindSafe for _jvmtiCompiledMethodLoadRecordHeader
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