pub struct GammaNone;Expand description
No gamma correction — returns input unchanged.
Port of C++ gamma_none.
Trait Implementations§
impl Copy for GammaNone
Auto Trait Implementations§
impl Freeze for GammaNone
impl RefUnwindSafe for GammaNone
impl Send for GammaNone
impl Sync for GammaNone
impl Unpin for GammaNone
impl UnwindSafe for GammaNone
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