pub enum BarVec {
Memory32(BarVecT<Bar32>),
Memory64(BarVecT<Bar64>),
Io(BarVecT<BarIO>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BarVec
impl RefUnwindSafe for BarVec
impl Send for BarVec
impl Sync for BarVec
impl Unpin for BarVec
impl UnwindSafe for BarVec
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