pub struct NoopTransform;Expand description
a transform that preserves valid iamge types, and ignores all others
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopTransform
impl RefUnwindSafe for NoopTransform
impl Send for NoopTransform
impl Sync for NoopTransform
impl Unpin for NoopTransform
impl UnwindSafe for NoopTransform
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