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
Auto Trait Implementations
impl<'a, T: ?Sized> RefUnwindSafe for StreamSink<'a, T>
impl<'a, T> !Send for StreamSink<'a, T>
impl<'a, T> !Sync for StreamSink<'a, T>
impl<'a, T: ?Sized> Unpin for StreamSink<'a, T>
impl<'a, T: ?Sized> UnwindSafe for StreamSink<'a, T>