Struct IAMVideoProcAmp_Vtbl
#[repr(C)]pub struct IAMVideoProcAmp_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetRange: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT,
pub Set: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32) -> HRESULT,
pub Get: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetRange: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT
§Set: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32) -> HRESULT
§Get: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32, _: *mut i32) -> HRESULT
Implementations§
§impl IAMVideoProcAmp_Vtbl
impl IAMVideoProcAmp_Vtbl
pub const fn new<Identity: IAMVideoProcAmp_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMVideoProcAmp_Vtbl
impl RefUnwindSafe for IAMVideoProcAmp_Vtbl
impl Send for IAMVideoProcAmp_Vtbl
impl Sync for IAMVideoProcAmp_Vtbl
impl Unpin for IAMVideoProcAmp_Vtbl
impl UnwindSafe for IAMVideoProcAmp_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