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