Struct windows_sys::Win32::Graphics::Imaging::WICRawToneCurvePoint
[−]Expand description
Required features: "Win32_Graphics_Imaging"
Fields
Input: f64
Output: f64
Trait Implementations
impl Clone for WICRawToneCurvePoint
impl Clone for WICRawToneCurvePoint
impl Copy for WICRawToneCurvePoint
Auto Trait Implementations
impl RefUnwindSafe for WICRawToneCurvePoint
impl Send for WICRawToneCurvePoint
impl Sync for WICRawToneCurvePoint
impl Unpin for WICRawToneCurvePoint
impl UnwindSafe for WICRawToneCurvePoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more