#[repr(C)]pub struct IDCompositionHueRotationEffect_Vtbl {
pub base__: IDCompositionFilterEffect_Vtbl,
pub SetAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetAngle2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}
Fields§
§base__: IDCompositionFilterEffect_Vtbl
§SetAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetAngle2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
Implementations§
§impl IDCompositionHueRotationEffect_Vtbl
impl IDCompositionHueRotationEffect_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionHueRotationEffect_Vtblwhere
Identity: IDCompositionHueRotationEffect_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionHueRotationEffect_Vtbl
impl RefUnwindSafe for IDCompositionHueRotationEffect_Vtbl
impl Send for IDCompositionHueRotationEffect_Vtbl
impl Sync for IDCompositionHueRotationEffect_Vtbl
impl Unpin for IDCompositionHueRotationEffect_Vtbl
impl UnwindSafe for IDCompositionHueRotationEffect_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