Struct windows::Win32::Media::DirectShow::Tv::IATSCLocator_Vtbl
#[repr(C)]pub struct IATSCLocator_Vtbl {
pub base__: IDigitalLocator_Vtbl,
pub PhysicalChannel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetPhysicalChannel: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub TSID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetTSID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IDigitalLocator_Vtbl
§PhysicalChannel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetPhysicalChannel: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§TSID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetTSID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IATSCLocator_Vtbl
impl IATSCLocator_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IATSCLocator_Vtblwhere
Identity: IATSCLocator_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IATSCLocator_Vtbl
impl RefUnwindSafe for IATSCLocator_Vtbl
impl Send for IATSCLocator_Vtbl
impl Sync for IATSCLocator_Vtbl
impl Unpin for IATSCLocator_Vtbl
impl UnwindSafe for IATSCLocator_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