Struct IPin_Vtbl
#[repr(C)]pub struct IPin_Vtbl {Show 16 fields
pub base__: IUnknown_Vtbl,
pub Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const AM_MEDIA_TYPE) -> HRESULT,
pub ReceiveConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const AM_MEDIA_TYPE) -> HRESULT,
pub Disconnect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ConnectedTo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConnectionMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_MEDIA_TYPE) -> HRESULT,
pub QueryPinInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut PIN_INFO) -> HRESULT,
pub QueryDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut PIN_DIRECTION) -> HRESULT,
pub QueryId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub QueryAccept: unsafe extern "system" fn(_: *mut c_void, _: *const AM_MEDIA_TYPE) -> HRESULT,
pub EnumMediaTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub QueryInternalConnections: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut u32) -> HRESULT,
pub EndOfStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub BeginFlush: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EndFlush: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub NewSegment: unsafe extern "system" fn(_: *mut c_void, _: i64, _: i64, _: f64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const AM_MEDIA_TYPE) -> HRESULT
§ReceiveConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const AM_MEDIA_TYPE) -> HRESULT
§Disconnect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ConnectedTo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ConnectionMediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_MEDIA_TYPE) -> HRESULT
§QueryPinInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut PIN_INFO) -> HRESULT
§QueryDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut PIN_DIRECTION) -> HRESULT
§QueryId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§QueryAccept: unsafe extern "system" fn(_: *mut c_void, _: *const AM_MEDIA_TYPE) -> HRESULT
§EnumMediaTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§QueryInternalConnections: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut u32) -> HRESULT
§EndOfStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§BeginFlush: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§EndFlush: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§NewSegment: unsafe extern "system" fn(_: *mut c_void, _: i64, _: i64, _: f64) -> HRESULT
Implementations§
Auto Trait Implementations§
impl Freeze for IPin_Vtbl
impl RefUnwindSafe for IPin_Vtbl
impl Send for IPin_Vtbl
impl Sync for IPin_Vtbl
impl Unpin for IPin_Vtbl
impl UnwindSafe for IPin_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