pub enum StreamIntrinsic {
New,
Read,
Write,
CancelRead,
CancelWrite,
DropReadable,
DropWritable,
}Expand description
Intrinsic definitions to go with WasmImport::StreamIntrinsic which
also goes with Resolve::wasm_import_name.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamIntrinsic
impl RefUnwindSafe for StreamIntrinsic
impl Send for StreamIntrinsic
impl Sync for StreamIntrinsic
impl Unpin for StreamIntrinsic
impl UnsafeUnpin for StreamIntrinsic
impl UnwindSafe for StreamIntrinsic
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