pub struct F32Codec;Trait Implementations§
Source§impl Decoder for F32Codec
impl Decoder for F32Codec
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 F32Codec
impl Eq for F32Codec
impl StructuralPartialEq for F32Codec
Auto Trait Implementations§
impl Freeze for F32Codec
impl RefUnwindSafe for F32Codec
impl Send for F32Codec
impl Sync for F32Codec
impl Unpin for F32Codec
impl UnwindSafe for F32Codec
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