Struct IKsPinPipe_Vtbl
#[repr(C)]pub struct IKsPinPipe_Vtbl {
pub base__: IUnknown_Vtbl,
pub KsGetPinFramingCache: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut KSALLOCATOR_FRAMING_EX, _: *mut FRAMING_PROP, _: FRAMING_CACHE_OPS) -> HRESULT,
pub KsSetPinFramingCache: unsafe extern "system" fn(_: *mut c_void, _: *const KSALLOCATOR_FRAMING_EX, _: *const FRAMING_PROP, _: FRAMING_CACHE_OPS) -> HRESULT,
pub KsGetConnectedPin: unsafe extern "system" fn(_: *mut c_void) -> Option<IPin>,
pub KsGetPipe: unsafe extern "system" fn(_: *mut c_void, _: KSPEEKOPERATION) -> Option<IKsAllocatorEx>,
pub KsSetPipe: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub KsGetPipeAllocatorFlag: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub KsSetPipeAllocatorFlag: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub KsGetPinBusCache: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID),
pub KsSetPinBusCache: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
pub KsGetPinName: unsafe extern "system" fn(_: *mut c_void) -> PWSTR,
pub KsGetFilterName: unsafe extern "system" fn(_: *mut c_void) -> PWSTR,
}
Fields§
§base__: IUnknown_Vtbl
§KsGetPinFramingCache: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut KSALLOCATOR_FRAMING_EX, _: *mut FRAMING_PROP, _: FRAMING_CACHE_OPS) -> HRESULT
§KsSetPinFramingCache: unsafe extern "system" fn(_: *mut c_void, _: *const KSALLOCATOR_FRAMING_EX, _: *const FRAMING_PROP, _: FRAMING_CACHE_OPS) -> HRESULT
§KsGetConnectedPin: unsafe extern "system" fn(_: *mut c_void) -> Option<IPin>
§KsGetPipe: unsafe extern "system" fn(_: *mut c_void, _: KSPEEKOPERATION) -> Option<IKsAllocatorEx>
§KsSetPipe: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§KsGetPipeAllocatorFlag: unsafe extern "system" fn(_: *mut c_void) -> u32
§KsSetPipeAllocatorFlag: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§KsGetPinBusCache: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID)
§KsSetPinBusCache: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
§KsGetPinName: unsafe extern "system" fn(_: *mut c_void) -> PWSTR
§KsGetFilterName: unsafe extern "system" fn(_: *mut c_void) -> PWSTR
Implementations§
§impl IKsPinPipe_Vtbl
impl IKsPinPipe_Vtbl
pub const fn new<Identity: IKsPinPipe_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IKsPinPipe_Vtbl
impl RefUnwindSafe for IKsPinPipe_Vtbl
impl Send for IKsPinPipe_Vtbl
impl Sync for IKsPinPipe_Vtbl
impl Unpin for IKsPinPipe_Vtbl
impl UnwindSafe for IKsPinPipe_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