Struct windows::Win32::Media::DirectShow::IBDA_PinControl_Vtbl
#[repr(C)]pub struct IBDA_PinControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetPinID: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetPinType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub RegistrationContext: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetPinID: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetPinType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§RegistrationContext: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IBDA_PinControl_Vtbl
impl IBDA_PinControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBDA_PinControl_Vtblwhere
Identity: IBDA_PinControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBDA_PinControl_Vtbl
impl RefUnwindSafe for IBDA_PinControl_Vtbl
impl Send for IBDA_PinControl_Vtbl
impl Sync for IBDA_PinControl_Vtbl
impl Unpin for IBDA_PinControl_Vtbl
impl UnwindSafe for IBDA_PinControl_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