Struct windows::Win32::Media::DirectShow::Tv::IMSVidStreamBufferRecordingControl_Vtbl
#[repr(C)]pub struct IMSVidStreamBufferRecordingControl_Vtbl {
pub base__: IDispatch_Vtbl,
pub StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub StopTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetStopTime: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub RecordingStopped: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub RecordingStarted: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub RecordingType: unsafe extern "system" fn(_: *mut c_void, _: *mut RecordingType) -> HRESULT,
pub RecordingAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§StopTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetStopTime: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§RecordingStopped: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§RecordingStarted: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§RecordingType: unsafe extern "system" fn(_: *mut c_void, _: *mut RecordingType) -> HRESULT
§RecordingAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMSVidStreamBufferRecordingControl_Vtbl
impl IMSVidStreamBufferRecordingControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMSVidStreamBufferRecordingControl_Vtblwhere
Identity: IMSVidStreamBufferRecordingControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidStreamBufferRecordingControl_Vtbl
impl RefUnwindSafe for IMSVidStreamBufferRecordingControl_Vtbl
impl Send for IMSVidStreamBufferRecordingControl_Vtbl
impl Sync for IMSVidStreamBufferRecordingControl_Vtbl
impl Unpin for IMSVidStreamBufferRecordingControl_Vtbl
impl UnwindSafe for IMSVidStreamBufferRecordingControl_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