Struct async_byteorder::EncodeI64Native
[−]
[src]
pub struct EncodeI64Native<W> { /* fields omitted */ }Encode a i64 in native byte order.
Trait Implementations
impl<W: AsyncWrite> AsyncEncode<W> for EncodeNative<W>[src]
fn poll_encode(self, cx: &mut Context, writer: &mut W) -> PollEnc<Self>[src]
Call writer.poll_write once with encoded data, propagating any Err and Pending, and returning how many bytes were written. Read more
impl<W: AsyncWrite> AsyncEncodeLen<W> for EncodeNative<W>[src]
fn remaining_bytes(&self) -> usize[src]
Return the exact number of bytes this will still write.
Auto Trait Implementations
impl<W> Send for EncodeI64Native<W> where
W: Send,
W: Send,
impl<W> Sync for EncodeI64Native<W> where
W: Sync,
W: Sync,