Struct libktx_rs::sinks::StreamSink[][src]

pub struct StreamSink<'a, T: RWSeekable + ?Sized + 'a> { /* fields omitted */ }
Expand description

A TextureSink that writes to a RustKtxStream.

Implementations

Creates a new stream sink that will write to the given inner stream.

Destroys this stream sink, giving back the underlying inner stream.

Trait Implementations

Formats the value using the given formatter. Read more

Attempts to write texture to self.

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.

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.