pub struct BootstrapMethodEntry {
pub bootstrap_method_ref: u16,
pub bootstrap_arguments: Vec<u16>,
}Fields§
§bootstrap_method_ref: u16§bootstrap_arguments: Vec<u16>Trait Implementations§
Source§impl Clone for BootstrapMethodEntry
impl Clone for BootstrapMethodEntry
Source§fn clone(&self) -> BootstrapMethodEntry
fn clone(&self) -> BootstrapMethodEntry
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 BootstrapMethodEntry
impl RefUnwindSafe for BootstrapMethodEntry
impl Send for BootstrapMethodEntry
impl Sync for BootstrapMethodEntry
impl Unpin for BootstrapMethodEntry
impl UnsafeUnpin for BootstrapMethodEntry
impl UnwindSafe for BootstrapMethodEntry
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