#[repr(C)]pub struct IDCompositionLinearTransferEffect_Vtbl {Show 22 fields
pub base__: IDCompositionFilterEffect_Vtbl,
pub SetRedYIntercept: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetRedYIntercept2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetRedSlope: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetRedSlope2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetRedDisable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub SetGreenYIntercept: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetGreenYIntercept2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetGreenSlope: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetGreenSlope2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetGreenDisable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub SetBlueYIntercept: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetBlueYIntercept2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetBlueSlope: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetBlueSlope2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetBlueDisable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub SetAlphaYIntercept: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetAlphaYIntercept2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetAlphaSlope: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetAlphaSlope2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetAlphaDisable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub SetClampOutput: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IDCompositionFilterEffect_Vtbl
§SetRedYIntercept: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetRedYIntercept2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetRedSlope: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetRedSlope2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetRedDisable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§SetGreenYIntercept: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetGreenYIntercept2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetGreenSlope: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetGreenSlope2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetGreenDisable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§SetBlueYIntercept: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetBlueYIntercept2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetBlueSlope: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetBlueSlope2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetBlueDisable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§SetAlphaYIntercept: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetAlphaYIntercept2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetAlphaSlope: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetAlphaSlope2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetAlphaDisable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§SetClampOutput: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IDCompositionLinearTransferEffect_Vtbl
impl IDCompositionLinearTransferEffect_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionLinearTransferEffect_Vtblwhere
Identity: IDCompositionLinearTransferEffect_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionLinearTransferEffect_Vtbl
impl RefUnwindSafe for IDCompositionLinearTransferEffect_Vtbl
impl Send for IDCompositionLinearTransferEffect_Vtbl
impl Sync for IDCompositionLinearTransferEffect_Vtbl
impl Unpin for IDCompositionLinearTransferEffect_Vtbl
impl UnwindSafe for IDCompositionLinearTransferEffect_Vtbl
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