Struct async_byteorder::DecodeI32Native [] [src]

pub struct DecodeI32Native<R> { /* fields omitted */ }

Decode a i32 in native byte order.

Trait Implementations

impl<R: AsyncRead> AsyncDecode<R> for DecodeNative<R>
[src]

The type of the value to decode.

An error indicating how decoding can fail.

[src]

Call reader.poll_read exactly once, propgating any Err and Pending, and return how many bytes have been read, as well as the decoded value, once decoding is done. Read more

Auto Trait Implementations

impl<R> Send for DecodeI32Native<R> where
    R: Send

impl<R> Sync for DecodeI32Native<R> where
    R: Sync