[][src]Struct winapi::um::wincodec::IWICDevelopRawVtbl

#[repr(C)]
pub struct IWICDevelopRawVtbl {
    pub parent: IWICBitmapFrameDecodeVtbl,
    pub QueryRawCapabilitiesInfo: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pInfo: *mut WICRawCapabilitiesInfo) -> HRESULT,
    pub LoadParameterSet: unsafe extern "system" fn(This: *mut IWICDevelopRaw, ParameterSet: WICRawParameterSet) -> HRESULT,
    pub GetCurrentParameterSet: unsafe extern "system" fn(This: *mut IWICDevelopRaw, ppCurrentParameterSet: *mut *mut IPropertyBag2) -> HRESULT,
    pub SetExposureCompensation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, ev: c_double) -> HRESULT,
    pub GetExposureCompensation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pEV: *mut c_double) -> HRESULT,
    pub SetWhitePointRGB: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Red: UINT, Green: UINT, Blue: UINT) -> HRESULT,
    pub GetWhitePointRGB: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pRed: *mut UINT, pGreen: *mut UINT, pBlue: *mut UINT) -> HRESULT,
    pub SetNamedWhitePoint: unsafe extern "system" fn(This: *mut IWICDevelopRaw, WhitePoint: WICNamedWhitePoint) -> HRESULT,
    pub GetNamedWhitePoint: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pWhitePoint: *mut WICNamedWhitePoint) -> HRESULT,
    pub SetWhitePointKelvin: unsafe extern "system" fn(This: *mut IWICDevelopRaw, WhitePointKelvin: UINT) -> HRESULT,
    pub GetWhitePointKelvin: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pWhitePointKelvin: *mut UINT) -> HRESULT,
    pub GetKelvinRangeInfo: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pMinKelvinTemp: *mut UINT, pMaxKelvinTemp: *mut UINT, pKelvinTempStepValue: *mut UINT) -> HRESULT,
    pub SetContrast: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Contrast: c_double) -> HRESULT,
    pub GetContrast: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pContrast: *mut c_double) -> HRESULT,
    pub SetGamma: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Gamma: c_double) -> HRESULT,
    pub GetGamma: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pGamma: *mut c_double) -> HRESULT,
    pub SetSharpness: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Sharpness: c_double) -> HRESULT,
    pub GetSharpness: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pSharpness: *mut c_double) -> HRESULT,
    pub SetSaturation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Saturation: c_double) -> HRESULT,
    pub GetSaturation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pSaturation: *mut c_double) -> HRESULT,
    pub SetTint: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Tint: c_double) -> HRESULT,
    pub GetTint: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pTint: *mut c_double) -> HRESULT,
    pub SetNoiseReduction: unsafe extern "system" fn(This: *mut IWICDevelopRaw, NoiseReduction: c_double) -> HRESULT,
    pub GetNoiseReduction: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pNoiseReduction: *mut c_double) -> HRESULT,
    pub SetDestinationColorContext: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pColorContext: *const IWICColorContext) -> HRESULT,
    pub SetToneCurve: unsafe extern "system" fn(This: *mut IWICDevelopRaw, cbToneCurveSize: UINT, pToneCurve: *const WICRawToneCurve) -> HRESULT,
    pub GetToneCurve: unsafe extern "system" fn(This: *mut IWICDevelopRaw, cbToneCurveBufferSize: UINT, pToneCurve: *mut WICRawToneCurve, pcbActualToneCurveBufferSize: *mut UINT) -> HRESULT,
    pub SetRotation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Rotation: c_double) -> HRESULT,
    pub GetRotation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pRotation: *mut c_double) -> HRESULT,
    pub SetRenderMode: unsafe extern "system" fn(This: *mut IWICDevelopRaw, RenderMode: WICRawRenderMode) -> HRESULT,
    pub GetRenderMode: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pRenderMode: *mut WICRawRenderMode) -> HRESULT,
    pub SetNotificationCallback: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pCallback: *const IWICDevelopRawNotificationCallback) -> HRESULT,
}

Fields

parent: IWICBitmapFrameDecodeVtblQueryRawCapabilitiesInfo: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pInfo: *mut WICRawCapabilitiesInfo) -> HRESULTLoadParameterSet: unsafe extern "system" fn(This: *mut IWICDevelopRaw, ParameterSet: WICRawParameterSet) -> HRESULTGetCurrentParameterSet: unsafe extern "system" fn(This: *mut IWICDevelopRaw, ppCurrentParameterSet: *mut *mut IPropertyBag2) -> HRESULTSetExposureCompensation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, ev: c_double) -> HRESULTGetExposureCompensation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pEV: *mut c_double) -> HRESULTSetWhitePointRGB: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Red: UINT, Green: UINT, Blue: UINT) -> HRESULTGetWhitePointRGB: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pRed: *mut UINT, pGreen: *mut UINT, pBlue: *mut UINT) -> HRESULTSetNamedWhitePoint: unsafe extern "system" fn(This: *mut IWICDevelopRaw, WhitePoint: WICNamedWhitePoint) -> HRESULTGetNamedWhitePoint: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pWhitePoint: *mut WICNamedWhitePoint) -> HRESULTSetWhitePointKelvin: unsafe extern "system" fn(This: *mut IWICDevelopRaw, WhitePointKelvin: UINT) -> HRESULTGetWhitePointKelvin: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pWhitePointKelvin: *mut UINT) -> HRESULTGetKelvinRangeInfo: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pMinKelvinTemp: *mut UINT, pMaxKelvinTemp: *mut UINT, pKelvinTempStepValue: *mut UINT) -> HRESULTSetContrast: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Contrast: c_double) -> HRESULTGetContrast: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pContrast: *mut c_double) -> HRESULTSetGamma: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Gamma: c_double) -> HRESULTGetGamma: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pGamma: *mut c_double) -> HRESULTSetSharpness: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Sharpness: c_double) -> HRESULTGetSharpness: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pSharpness: *mut c_double) -> HRESULTSetSaturation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Saturation: c_double) -> HRESULTGetSaturation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pSaturation: *mut c_double) -> HRESULTSetTint: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Tint: c_double) -> HRESULTGetTint: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pTint: *mut c_double) -> HRESULTSetNoiseReduction: unsafe extern "system" fn(This: *mut IWICDevelopRaw, NoiseReduction: c_double) -> HRESULTGetNoiseReduction: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pNoiseReduction: *mut c_double) -> HRESULTSetDestinationColorContext: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pColorContext: *const IWICColorContext) -> HRESULTSetToneCurve: unsafe extern "system" fn(This: *mut IWICDevelopRaw, cbToneCurveSize: UINT, pToneCurve: *const WICRawToneCurve) -> HRESULTGetToneCurve: unsafe extern "system" fn(This: *mut IWICDevelopRaw, cbToneCurveBufferSize: UINT, pToneCurve: *mut WICRawToneCurve, pcbActualToneCurveBufferSize: *mut UINT) -> HRESULTSetRotation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, Rotation: c_double) -> HRESULTGetRotation: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pRotation: *mut c_double) -> HRESULTSetRenderMode: unsafe extern "system" fn(This: *mut IWICDevelopRaw, RenderMode: WICRawRenderMode) -> HRESULTGetRenderMode: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pRenderMode: *mut WICRawRenderMode) -> HRESULTSetNotificationCallback: unsafe extern "system" fn(This: *mut IWICDevelopRaw, pCallback: *const IWICDevelopRawNotificationCallback) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]