Struct windows_sys::Win32::Graphics::Imaging::WICRawToneCurve
[−]#[repr(C)]pub struct WICRawToneCurve {
pub cPoints: u32,
pub aPoints: [WICRawToneCurvePoint; 1],
}
Expand description
Required features: ‘Win32_Graphics_Imaging’
Fields
cPoints: u32
aPoints: [WICRawToneCurvePoint; 1]
Trait Implementations
impl Clone for WICRawToneCurve
impl Clone for WICRawToneCurve
impl Copy for WICRawToneCurve
Auto Trait Implementations
impl RefUnwindSafe for WICRawToneCurve
impl Send for WICRawToneCurve
impl Sync for WICRawToneCurve
impl Unpin for WICRawToneCurve
impl UnwindSafe for WICRawToneCurve
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more