#[repr(C)]pub struct _jvmtiEnv {
pub functions: *const jvmtiInterface_1_,
}
Fields§
§functions: *const jvmtiInterface_1_
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _jvmtiEnv
impl RefUnwindSafe for _jvmtiEnv
impl !Send for _jvmtiEnv
impl !Sync for _jvmtiEnv
impl Unpin for _jvmtiEnv
impl UnwindSafe for _jvmtiEnv
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