Struct wasm_encoder::ProducersField
source · pub struct ProducersField { /* private fields */ }
Expand description
The value of a field in the producers custom section
Implementations§
Trait Implementations§
source§impl Clone for ProducersField
impl Clone for ProducersField
source§fn clone(&self) -> ProducersField
fn clone(&self) -> ProducersField
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 moresource§impl Debug for ProducersField
impl Debug for ProducersField
source§impl Default for ProducersField
impl Default for ProducersField
Auto Trait Implementations§
impl Freeze for ProducersField
impl RefUnwindSafe for ProducersField
impl Send for ProducersField
impl Sync for ProducersField
impl Unpin for ProducersField
impl UnwindSafe for ProducersField
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)