Struct IMSVidDataServices_Vtbl
#[repr(C)]pub struct IMSVidDataServices_Vtbl {
pub base__: IMSVidFeature_Vtbl,
}
Fields§
§base__: IMSVidFeature_Vtbl
Implementations§
§impl IMSVidDataServices_Vtbl
impl IMSVidDataServices_Vtbl
pub const fn new<Identity: IMSVidDataServices_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidDataServices_Vtbl
impl RefUnwindSafe for IMSVidDataServices_Vtbl
impl Send for IMSVidDataServices_Vtbl
impl Sync for IMSVidDataServices_Vtbl
impl Unpin for IMSVidDataServices_Vtbl
impl UnwindSafe for IMSVidDataServices_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