Struct async_byteorder::EncodeI32BE [] [src]

pub struct EncodeI32BE(_);

Encode a i32 in big-endian byte order.

Trait Implementations

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

[src]

Return the exact number of bytes this will still write.

Auto Trait Implementations

impl Send for EncodeI32BE

impl Sync for EncodeI32BE