Struct il2_iltags::io::WriteWriter[][src]

pub struct WriteWriter<'a> { /* fields omitted */ }
Expand description

This struct implements a Writer that uses a std::io::Write as the destination of bytes.

Implementations

Creates a new instance of WriteWriter.

Parameters:

  • dst: The destination for the bytes.

Trait Implementations

Writes a single byte. Read more

Writes a byte slice. As this default implementation calls write() multiple times, so it is strongly recommended that each implementation provides a more efficient version for this method if possible. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Writes the ILInt value. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Writes the value. Read more

Writes the value. Read more

Writes the value. Read more

Writes the value. Read more

Writes the value. Read more

Writes the value. Read more

Writes the value. Read more

Writes the value. Read more

Writes the value. Read more

Writes the value. Read more

Writes the value. Read more