Struct wast::kw::nullfuncref
source · pub struct nullfuncref(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
source§impl Clone for nullfuncref
impl Clone for nullfuncref
source§fn clone(&self) -> nullfuncref
fn clone(&self) -> nullfuncref
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 nullfuncref
impl Debug for nullfuncref
source§impl<'a> Parse<'a> for nullfuncref
impl<'a> Parse<'a> for nullfuncref
source§impl Peek for nullfuncref
impl Peek for nullfuncref
impl Copy for nullfuncref
Auto Trait Implementations§
impl RefUnwindSafe for nullfuncref
impl Send for nullfuncref
impl Sync for nullfuncref
impl Unpin for nullfuncref
impl UnwindSafe for nullfuncref
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