Struct async_byteorder::EncodeI64LE [] [src]

pub struct EncodeI64LE<W>(_);

Encode a i64 in little-endian byte order.

Trait Implementations

impl<W: AsyncWrite> AsyncEncode<W> for EncodeLE<W>
[src]

[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 EncodeLE<W>
[src]

[src]

Return the exact number of bytes this will still write. Read more

Auto Trait Implementations

impl<W> Send for EncodeI64LE<W> where
    W: Send

impl<W> Sync for EncodeI64LE<W> where
    W: Sync