Struct IAMMediaStream_Vtbl
#[repr(C)]pub struct IAMMediaStream_Vtbl {
pub base__: IMediaStream_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const GUID, _: STREAM_TYPE) -> HRESULT,
pub SetState: unsafe extern "system" fn(_: *mut c_void, _: FILTER_STATE) -> HRESULT,
pub JoinAMMultiMediaStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub JoinFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub JoinFilterGraph: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IMediaStream_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const GUID, _: STREAM_TYPE) -> HRESULT
§SetState: unsafe extern "system" fn(_: *mut c_void, _: FILTER_STATE) -> HRESULT
§JoinAMMultiMediaStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§JoinFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§JoinFilterGraph: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IAMMediaStream_Vtbl
impl IAMMediaStream_Vtbl
pub const fn new<Identity: IAMMediaStream_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMMediaStream_Vtbl
impl RefUnwindSafe for IAMMediaStream_Vtbl
impl Send for IAMMediaStream_Vtbl
impl Sync for IAMMediaStream_Vtbl
impl Unpin for IAMMediaStream_Vtbl
impl UnwindSafe for IAMMediaStream_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