pub struct JvmBootstrapMethod {
pub method_ref: u16,
pub arguments: Vec<u16>,
}Expand description
JVM bootstrap method
Fields§
§method_ref: u16Bootstrap method reference
arguments: Vec<u16>Bootstrap method arguments
Trait Implementations§
Source§impl Clone for JvmBootstrapMethod
impl Clone for JvmBootstrapMethod
Source§fn clone(&self) -> JvmBootstrapMethod
fn clone(&self) -> JvmBootstrapMethod
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 moreAuto Trait Implementations§
impl Freeze for JvmBootstrapMethod
impl RefUnwindSafe for JvmBootstrapMethod
impl Send for JvmBootstrapMethod
impl Sync for JvmBootstrapMethod
impl Unpin for JvmBootstrapMethod
impl UnsafeUnpin for JvmBootstrapMethod
impl UnwindSafe for JvmBootstrapMethod
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