Struct ExDetectUsedChannels
pub struct ExDetectUsedChannels<'ex> { /* private fields */ }Expand description
Default-param extender for Image::detect_used_channels_ex.
Implementations§
§impl<'ex> ExDetectUsedChannels<'ex>
impl<'ex> ExDetectUsedChannels<'ex>
pub fn source(self, source: CompressSource) -> ExDetectUsedChannels<'ex>
pub fn done(self) -> UsedChannels
Auto Trait Implementations§
impl<'ex> Freeze for ExDetectUsedChannels<'ex>
impl<'ex> RefUnwindSafe for ExDetectUsedChannels<'ex>
impl<'ex> !Send for ExDetectUsedChannels<'ex>
impl<'ex> !Sync for ExDetectUsedChannels<'ex>
impl<'ex> Unpin for ExDetectUsedChannels<'ex>
impl<'ex> UnwindSafe for ExDetectUsedChannels<'ex>
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