Struct windows::Win32::Media::DirectShow::Tv::IAnalogLocator_Vtbl
#[repr(C)]pub struct IAnalogLocator_Vtbl {
pub base__: ILocator_Vtbl,
pub VideoStandard: unsafe extern "system" fn(_: *mut c_void, _: *mut AnalogVideoStandard) -> HRESULT,
pub SetVideoStandard: unsafe extern "system" fn(_: *mut c_void, _: AnalogVideoStandard) -> HRESULT,
}
Fields§
§base__: ILocator_Vtbl
§VideoStandard: unsafe extern "system" fn(_: *mut c_void, _: *mut AnalogVideoStandard) -> HRESULT
§SetVideoStandard: unsafe extern "system" fn(_: *mut c_void, _: AnalogVideoStandard) -> HRESULT
Implementations§
§impl IAnalogLocator_Vtbl
impl IAnalogLocator_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAnalogLocator_Vtblwhere
Identity: IAnalogLocator_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAnalogLocator_Vtbl
impl RefUnwindSafe for IAnalogLocator_Vtbl
impl Send for IAnalogLocator_Vtbl
impl Sync for IAnalogLocator_Vtbl
impl Unpin for IAnalogLocator_Vtbl
impl UnwindSafe for IAnalogLocator_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