Struct wasm_tokio::cm::F64Codec
source · pub struct F64Codec;
Trait Implementations§
source§impl Decoder for F64Codec
impl Decoder for F64Codec
source§fn decode(
&mut self,
src: &mut BytesMut,
) -> Result<Option<Self::Item>, Self::Error>
fn decode( &mut self, src: &mut BytesMut, ) -> Result<Option<Self::Item>, Self::Error>
Attempts to decode a frame from the provided buffer of bytes. Read more
impl Copy for F64Codec
impl Eq for F64Codec
impl StructuralPartialEq for F64Codec
Auto Trait Implementations§
impl Freeze for F64Codec
impl RefUnwindSafe for F64Codec
impl Send for F64Codec
impl Sync for F64Codec
impl Unpin for F64Codec
impl UnwindSafe for F64Codec
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)