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