Struct image::codecs::dds::DdsDecoder [−][src]
pub struct DdsDecoder<R: Read> { /* fields omitted */ }
The representation of a DDS decoder
Implementations
impl<R: Read> DdsDecoder<R>
[src][−]
pub fn new(r: R) -> ImageResult<Self>
[src][−]
Create a new decoder that decodes from the stream r
Trait Implementations
impl<'a, R: 'a + Read> ImageDecoder<'a> for DdsDecoder<R>
[src][+]
Auto Trait Implementations
impl<R> RefUnwindSafe for DdsDecoder<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for DdsDecoder<R> where
R: Send,
R: Send,
impl<R> Sync for DdsDecoder<R> where
R: Sync,
R: Sync,
impl<R> Unpin for DdsDecoder<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for DdsDecoder<R> where
R: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,