#[repr(C)]pub struct IDCompositionTurbulenceEffect_Vtbl {
pub base__: IDCompositionFilterEffect_Vtbl,
pub SetOffset: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_VECTOR_2F) -> HRESULT,
pub SetBaseFrequency: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_VECTOR_2F) -> HRESULT,
pub SetSize: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_VECTOR_2F) -> HRESULT,
pub SetNumOctaves: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetSeed: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetNoise: unsafe extern "system" fn(_: *mut c_void, _: D2D1_TURBULENCE_NOISE) -> HRESULT,
pub SetStitchable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IDCompositionFilterEffect_Vtbl
§SetOffset: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_VECTOR_2F) -> HRESULT
§SetBaseFrequency: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_VECTOR_2F) -> HRESULT
§SetSize: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_VECTOR_2F) -> HRESULT
§SetNumOctaves: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetSeed: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetNoise: unsafe extern "system" fn(_: *mut c_void, _: D2D1_TURBULENCE_NOISE) -> HRESULT
§SetStitchable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IDCompositionTurbulenceEffect_Vtbl
impl IDCompositionTurbulenceEffect_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionTurbulenceEffect_Vtblwhere
Identity: IDCompositionTurbulenceEffect_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionTurbulenceEffect_Vtbl
impl RefUnwindSafe for IDCompositionTurbulenceEffect_Vtbl
impl Send for IDCompositionTurbulenceEffect_Vtbl
impl Sync for IDCompositionTurbulenceEffect_Vtbl
impl Unpin for IDCompositionTurbulenceEffect_Vtbl
impl UnwindSafe for IDCompositionTurbulenceEffect_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