Struct windows::Win32::Media::DirectShow::Tv::IMSVidFeature_Vtbl
#[repr(C)]pub struct IMSVidFeature_Vtbl {
pub base__: IMSVidDevice_Vtbl,
}
Fields§
§base__: IMSVidDevice_Vtbl
Implementations§
§impl IMSVidFeature_Vtbl
impl IMSVidFeature_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMSVidFeature_Vtblwhere
Identity: IMSVidFeature_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidFeature_Vtbl
impl RefUnwindSafe for IMSVidFeature_Vtbl
impl Send for IMSVidFeature_Vtbl
impl Sync for IMSVidFeature_Vtbl
impl Unpin for IMSVidFeature_Vtbl
impl UnwindSafe for IMSVidFeature_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