pub struct Histogram { /* private fields */ }Expand description
Compute per-channel histograms.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Histogram
impl !Sync for Histogram
impl Freeze for Histogram
impl RefUnwindSafe for Histogram
impl Unpin for Histogram
impl UnsafeUnpin for Histogram
impl UnwindSafe for Histogram
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