Struct windows::Win32::Media::DirectShow::IAMVideoControl_Vtbl
#[repr(C)]pub struct IAMVideoControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetCaps: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT,
pub SetMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT,
pub GetMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT,
pub GetCurrentActualFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub GetMaxAvailableFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: SIZE, _: *mut i64) -> HRESULT,
pub GetFrameRateList: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: SIZE, _: *mut i32, _: *mut *mut i64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetCaps: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT
§SetMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT
§GetMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT
§GetCurrentActualFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§GetMaxAvailableFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: SIZE, _: *mut i64) -> HRESULT
§GetFrameRateList: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: SIZE, _: *mut i32, _: *mut *mut i64) -> HRESULT
Implementations§
§impl IAMVideoControl_Vtbl
impl IAMVideoControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAMVideoControl_Vtblwhere
Identity: IAMVideoControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMVideoControl_Vtbl
impl RefUnwindSafe for IAMVideoControl_Vtbl
impl Send for IAMVideoControl_Vtbl
impl Sync for IAMVideoControl_Vtbl
impl Unpin for IAMVideoControl_Vtbl
impl UnwindSafe for IAMVideoControl_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