pub struct SelectTypes<'a> {
pub tys: Option<Vec<ValType<'a>>>,
}
Expand description
Payload of the select
instructions
Fields§
§tys: Option<Vec<ValType<'a>>>
Trait Implementations§
Source§impl<'a> Clone for SelectTypes<'a>
impl<'a> Clone for SelectTypes<'a>
Source§fn clone(&self) -> SelectTypes<'a>
fn clone(&self) -> SelectTypes<'a>
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<'a> Debug for SelectTypes<'a>
impl<'a> Debug for SelectTypes<'a>
Auto Trait Implementations§
impl<'a> Freeze for SelectTypes<'a>
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§
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