Struct windows::Win32::Media::DirectShow::IStreamSample_Vtbl
#[repr(C)]pub struct IStreamSample_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetMediaStream: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void) -> HRESULT,
pub GetSampleTimes: unsafe extern "system" fn(_: *mut c_void, _: *mut i64, _: *mut i64, _: *mut i64) -> HRESULT,
pub SetSampleTimes: unsafe extern "system" fn(_: *mut c_void, _: *const i64, _: *const i64) -> HRESULT,
pub Update: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HANDLE, _: PAPCFUNC, _: usize) -> HRESULT,
pub CompletionStatus: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetMediaStream: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void) -> HRESULT
§GetSampleTimes: unsafe extern "system" fn(_: *mut c_void, _: *mut i64, _: *mut i64, _: *mut i64) -> HRESULT
§SetSampleTimes: unsafe extern "system" fn(_: *mut c_void, _: *const i64, _: *const i64) -> HRESULT
§Update: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HANDLE, _: PAPCFUNC, _: usize) -> HRESULT
§CompletionStatus: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
Implementations§
§impl IStreamSample_Vtbl
impl IStreamSample_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IStreamSample_Vtblwhere
Identity: IStreamSample_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStreamSample_Vtbl
impl RefUnwindSafe for IStreamSample_Vtbl
impl Send for IStreamSample_Vtbl
impl Sync for IStreamSample_Vtbl
impl Unpin for IStreamSample_Vtbl
impl UnwindSafe for IStreamSample_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