#[repr(C)]pub struct _jvmtiCompiledMethodLoadDummyRecord {
pub header: jvmtiCompiledMethodLoadRecordHeader,
pub message: [c_char; 50],
}
Fields§
§header: jvmtiCompiledMethodLoadRecordHeader
§message: [c_char; 50]
Trait Implementations§
Source§impl Clone for _jvmtiCompiledMethodLoadDummyRecord
impl Clone for _jvmtiCompiledMethodLoadDummyRecord
Source§fn clone(&self) -> _jvmtiCompiledMethodLoadDummyRecord
fn clone(&self) -> _jvmtiCompiledMethodLoadDummyRecord
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 _jvmtiCompiledMethodLoadDummyRecord
Auto Trait Implementations§
impl Freeze for _jvmtiCompiledMethodLoadDummyRecord
impl RefUnwindSafe for _jvmtiCompiledMethodLoadDummyRecord
impl !Send for _jvmtiCompiledMethodLoadDummyRecord
impl !Sync for _jvmtiCompiledMethodLoadDummyRecord
impl Unpin for _jvmtiCompiledMethodLoadDummyRecord
impl UnwindSafe for _jvmtiCompiledMethodLoadDummyRecord
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