Struct IMSVidClosedCaptioning_Vtbl
#[repr(C)]pub struct IMSVidClosedCaptioning_Vtbl {
pub base__: IMSVidFeature_Vtbl,
pub Enable: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetEnable: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IMSVidFeature_Vtbl
§Enable: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetEnable: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl IMSVidClosedCaptioning_Vtbl
impl IMSVidClosedCaptioning_Vtbl
pub const fn new<Identity: IMSVidClosedCaptioning_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidClosedCaptioning_Vtbl
impl RefUnwindSafe for IMSVidClosedCaptioning_Vtbl
impl Send for IMSVidClosedCaptioning_Vtbl
impl Sync for IMSVidClosedCaptioning_Vtbl
impl Unpin for IMSVidClosedCaptioning_Vtbl
impl UnwindSafe for IMSVidClosedCaptioning_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