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