pub struct JCompiledMethodLoadRecordStackFrame<'a> {
pub method: JMethodID<'a>,
pub byte_code_index: i32,
}
Fields§
§method: JMethodID<'a>
§byte_code_index: i32
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for JCompiledMethodLoadRecordStackFrame<'a>
impl<'a> RefUnwindSafe for JCompiledMethodLoadRecordStackFrame<'a>
impl<'a> !Send for JCompiledMethodLoadRecordStackFrame<'a>
impl<'a> !Sync for JCompiledMethodLoadRecordStackFrame<'a>
impl<'a> Unpin for JCompiledMethodLoadRecordStackFrame<'a>
impl<'a> UnwindSafe for JCompiledMethodLoadRecordStackFrame<'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