pub struct BootstrapMethod {
pub bootstrap_method_ref: u16,
pub num_bootstrap_arguments: u16,
pub bootstrap_arguments: Vec<u16>,
}
Fields§
§bootstrap_method_ref: u16
§num_bootstrap_arguments: u16
§bootstrap_arguments: Vec<u16>
Trait Implementations§
Source§impl Clone for BootstrapMethod
impl Clone for BootstrapMethod
Source§fn clone(&self) -> BootstrapMethod
fn clone(&self) -> BootstrapMethod
Returns a copy 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 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