Struct bitstream::padding::NoPadding [] [src]

pub struct NoPadding {}

NoPadding is the default Padding used by BitReader/BitWriter

This does not add any padding to the output stream, apart from filling up the the stream with 0s until the next byte is full.

Methods

impl NoPadding
[src]

Create a new instance

Trait Implementations

impl Default for NoPadding
[src]

Returns the "default value" for a type. Read more

impl Debug for NoPadding
[src]

Formats the value using the given formatter.

impl Padding for NoPadding
[src]

Get the maximum size of the padding. Read more

Pad the last bits of the stream. Read more

Determine how many bits are left to read. Read more