#[repr(C)]pub struct _jvmtiParamInfo {
pub name: *mut c_char,
pub kind: jvmtiParamKind,
pub base_type: jvmtiParamTypes,
pub null_ok: jboolean,
}
Fields§
§name: *mut c_char
§kind: jvmtiParamKind
§base_type: jvmtiParamTypes
§null_ok: jboolean
Trait Implementations§
Source§impl Clone for _jvmtiParamInfo
impl Clone for _jvmtiParamInfo
Source§fn clone(&self) -> _jvmtiParamInfo
fn clone(&self) -> _jvmtiParamInfo
Returns a copy 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 _jvmtiParamInfo
impl Debug for _jvmtiParamInfo
Source§impl<'a> From<_jvmtiParamInfo> for JParamInfo<'a>
impl<'a> From<_jvmtiParamInfo> for JParamInfo<'a>
Source§fn from(info: jvmtiParamInfo) -> Self
fn from(info: jvmtiParamInfo) -> Self
Converts to this type from the input type.
impl Copy for _jvmtiParamInfo
Auto Trait Implementations§
impl Freeze for _jvmtiParamInfo
impl RefUnwindSafe for _jvmtiParamInfo
impl !Send for _jvmtiParamInfo
impl !Sync for _jvmtiParamInfo
impl Unpin for _jvmtiParamInfo
impl UnwindSafe for _jvmtiParamInfo
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