Struct jxl_bitstream::ContainerDetectingReader
source · pub struct ContainerDetectingReader { /* private fields */ }
Expand description
Wrapper that detects container format from underlying reader.
Implementations§
Trait Implementations§
source§impl Debug for ContainerDetectingReader
impl Debug for ContainerDetectingReader
source§impl Default for ContainerDetectingReader
impl Default for ContainerDetectingReader
source§fn default() -> ContainerDetectingReader
fn default() -> ContainerDetectingReader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerDetectingReader
impl RefUnwindSafe for ContainerDetectingReader
impl Send for ContainerDetectingReader
impl Sync for ContainerDetectingReader
impl Unpin for ContainerDetectingReader
impl UnwindSafe for ContainerDetectingReader
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
impl<T, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
source§fn default_with_context(_: Ctx) -> T
fn default_with_context(_: Ctx) -> T
Creates a default value with the given context.