Struct IWMPClosedCaption_Vtbl
#[repr(C)]pub struct IWMPClosedCaption_Vtbl {
pub base__: IDispatch_Vtbl,
pub SAMIStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSAMIStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SAMILang: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSAMILang: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SAMIFileName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSAMIFileName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub captioningId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetcaptioningId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§SAMIStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSAMIStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SAMILang: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSAMILang: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SAMIFileName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSAMIFileName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§captioningId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetcaptioningId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IWMPClosedCaption_Vtbl
impl IWMPClosedCaption_Vtbl
pub const fn new<Identity: IWMPClosedCaption_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPClosedCaption_Vtbl
impl RefUnwindSafe for IWMPClosedCaption_Vtbl
impl Send for IWMPClosedCaption_Vtbl
impl Sync for IWMPClosedCaption_Vtbl
impl Unpin for IWMPClosedCaption_Vtbl
impl UnwindSafe for IWMPClosedCaption_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