#[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§fn clone(&self) -> _jvmtiLocalVariableEntry
fn clone(&self) -> _jvmtiLocalVariableEntry
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 _jvmtiLocalVariableEntry
impl Debug 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