Struct lebicon::Leb128[][src]

pub struct Leb128;

Trait Implementations

impl Decoder<Leb128, Error> for isize
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for isize
[src]

Encodes to the writer with the given parameters.

impl Decoder<Leb128, Error> for usize
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for usize
[src]

Encodes to the writer with the given parameters.

impl Decoder<Leb128, Error> for i128
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for i128
[src]

Encodes to the writer with the given parameters.

impl Decoder<Leb128, Error> for u128
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for u128
[src]

Encodes to the writer with the given parameters.

impl Decoder<Leb128, Error> for i64
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for i64
[src]

Encodes to the writer with the given parameters.

impl Decoder<Leb128, Error> for u64
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for u64
[src]

Encodes to the writer with the given parameters.

impl Decoder<Leb128, Error> for i32
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for i32
[src]

Encodes to the writer with the given parameters.

impl Decoder<Leb128, Error> for u32
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for u32
[src]

Encodes to the writer with the given parameters.

impl Decoder<Leb128, Error> for i16
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for i16
[src]

Encodes to the writer with the given parameters.

impl Decoder<Leb128, Error> for u16
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for u16
[src]

Encodes to the writer with the given parameters.

impl Decoder<Leb128, Error> for i8
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for i8
[src]

Encodes to the writer with the given parameters.

impl Decoder<Leb128, Error> for u8
[src]

Decodes from the reader with the given parameters.

impl Encoder<Leb128, Error> for u8
[src]

Encodes to the writer with the given parameters.

Auto Trait Implementations

impl Send for Leb128

impl Sync for Leb128