#[repr(C)]pub struct jvmtiLocalVariableEntry {
pub start_location: jlocation,
pub length: jint,
pub name: *mut c_char,
pub signature: *mut c_char,
pub generic_signature: *mut c_char,
pub slot: jint,
}
Fields§
§start_location: jlocation
§length: jint
§name: *mut c_char
§signature: *mut c_char
§generic_signature: *mut c_char
§slot: jint
Trait Implementations§
Source§impl Clone for jvmtiLocalVariableEntry
impl Clone for jvmtiLocalVariableEntry
Source§impl Default for jvmtiLocalVariableEntry
impl Default for jvmtiLocalVariableEntry
impl Copy for jvmtiLocalVariableEntry
Auto Trait Implementations§
impl Freeze for jvmtiLocalVariableEntry
impl RefUnwindSafe for jvmtiLocalVariableEntry
impl !Send for jvmtiLocalVariableEntry
impl !Sync for jvmtiLocalVariableEntry
impl Unpin for jvmtiLocalVariableEntry
impl UnwindSafe for jvmtiLocalVariableEntry
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