pub struct ImageThresholdTruncate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for ImageThresholdTruncate
impl Drop for ImageThresholdTruncate
impl Send for ImageThresholdTruncate
impl Sync for ImageThresholdTruncate
Auto Trait Implementations§
impl Freeze for ImageThresholdTruncate
impl RefUnwindSafe for ImageThresholdTruncate
impl Unpin for ImageThresholdTruncate
impl UnsafeUnpin for ImageThresholdTruncate
impl UnwindSafe for ImageThresholdTruncate
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