Struct wast::SelectTypes
source · [−]Expand description
Payload of the select
instructions
Fields
tys: Option<Vec<ValType<'a>>>
Trait Implementations
sourceimpl<'a> Debug for SelectTypes<'a>
impl<'a> Debug for SelectTypes<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SelectTypes<'a>
impl<'a> Send for SelectTypes<'a>
impl<'a> Sync for SelectTypes<'a>
impl<'a> Unpin for SelectTypes<'a>
impl<'a> UnwindSafe for SelectTypes<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more