Struct async_byteorder::EncodeU32LE [] [src]

pub struct EncodeU32LE(_);

Encode a u32 in little-endian byte order.

Trait Implementations

impl AsyncEncode for EncodeLE
[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 AsyncEncodeLen for EncodeLE
[src]

[src]

Return the exact number of bytes this will still write.

Auto Trait Implementations

impl Send for EncodeU32LE

impl Sync for EncodeU32LE