pub struct BootstrapMethod {
pub method_ref: u16,
pub arguments: Vec<u16>,
}
Fields§
§method_ref: u16
§arguments: Vec<u16>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BootstrapMethod
impl RefUnwindSafe for BootstrapMethod
impl Send for BootstrapMethod
impl Sync for BootstrapMethod
impl Unpin for BootstrapMethod
impl UnwindSafe for BootstrapMethod
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