pub struct JParamInfo<'a> {
pub name: String,
pub kind: JvmtiParamKind,
pub base_type: JvmtiParamTypes,
pub null_ok: bool,
/* private fields */
}
Fields§
§name: String
§kind: JvmtiParamKind
§base_type: JvmtiParamTypes
§null_ok: bool
Trait Implementations§
Source§impl<'a> AutoDeallocateBuilder<'a, JParamInfo<'a>> for MutAutoDeallocateObjectArrayBuilder<jvmtiParamInfo>
impl<'a> AutoDeallocateBuilder<'a, JParamInfo<'a>> for MutAutoDeallocateObjectArrayBuilder<jvmtiParamInfo>
Source§impl<'a> Debug for JParamInfo<'a>
impl<'a> Debug for JParamInfo<'a>
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.
Auto Trait Implementations§
impl<'a> Freeze for JParamInfo<'a>
impl<'a> RefUnwindSafe for JParamInfo<'a>
impl<'a> !Send for JParamInfo<'a>
impl<'a> !Sync for JParamInfo<'a>
impl<'a> Unpin for JParamInfo<'a>
impl<'a> UnwindSafe for JParamInfo<'a>
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