Struct IMFVideoProcessorControl2_Vtbl
#[repr(C)]pub struct IMFVideoProcessorControl2_Vtbl {
pub base__: IMFVideoProcessorControl_Vtbl,
pub SetRotationOverride: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub EnableHardwareEffects: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetSupportedHardwareEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IMFVideoProcessorControl_Vtbl
§SetRotationOverride: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§EnableHardwareEffects: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetSupportedHardwareEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IMFVideoProcessorControl2_Vtbl
impl IMFVideoProcessorControl2_Vtbl
pub const fn new<Identity: IMFVideoProcessorControl2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFVideoProcessorControl2_Vtbl
impl RefUnwindSafe for IMFVideoProcessorControl2_Vtbl
impl Send for IMFVideoProcessorControl2_Vtbl
impl Sync for IMFVideoProcessorControl2_Vtbl
impl Unpin for IMFVideoProcessorControl2_Vtbl
impl UnwindSafe for IMFVideoProcessorControl2_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