Struct 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) -> HRESULTImplementations§
§impl IMSVidStreamBufferRecordingControl_Vtbl
impl IMSVidStreamBufferRecordingControl_Vtbl
pub const fn new<Identity: IMSVidStreamBufferRecordingControl_Impl, const OFFSET: isize>() -> Self
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