#[repr(C)]pub struct _jvmtiExtensionEventInfo {
pub extension_event_index: jint,
pub id: *mut c_char,
pub short_description: *mut c_char,
pub param_count: jint,
pub params: *mut jvmtiParamInfo,
}
Fields§
§extension_event_index: jint
§id: *mut c_char
§short_description: *mut c_char
§param_count: jint
§params: *mut jvmtiParamInfo
Trait Implementations§
Source§impl Clone for _jvmtiExtensionEventInfo
impl Clone for _jvmtiExtensionEventInfo
Source§fn clone(&self) -> _jvmtiExtensionEventInfo
fn clone(&self) -> _jvmtiExtensionEventInfo
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 moreSource§impl Debug for _jvmtiExtensionEventInfo
impl Debug for _jvmtiExtensionEventInfo
impl Copy for _jvmtiExtensionEventInfo
Auto Trait Implementations§
impl Freeze for _jvmtiExtensionEventInfo
impl RefUnwindSafe for _jvmtiExtensionEventInfo
impl !Send for _jvmtiExtensionEventInfo
impl !Sync for _jvmtiExtensionEventInfo
impl Unpin for _jvmtiExtensionEventInfo
impl UnwindSafe for _jvmtiExtensionEventInfo
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