Struct IPlayReadyContentHeaderFactory_Vtbl
#[repr(C)]pub struct IPlayReadyContentHeaderFactory_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateInstanceFromWindowsMediaDrmHeader: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub CreateInstanceFromComponents: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void, _: PlayReadyEncryptionAlgorithm, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub CreateInstanceFromPlayReadyHeader: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CreateInstanceFromWindowsMediaDrmHeader: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§CreateInstanceFromComponents: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void, _: PlayReadyEncryptionAlgorithm, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§CreateInstanceFromPlayReadyHeader: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPlayReadyContentHeaderFactory_Vtbl
impl RefUnwindSafe for IPlayReadyContentHeaderFactory_Vtbl
impl Send for IPlayReadyContentHeaderFactory_Vtbl
impl Sync for IPlayReadyContentHeaderFactory_Vtbl
impl Unpin for IPlayReadyContentHeaderFactory_Vtbl
impl UnwindSafe for IPlayReadyContentHeaderFactory_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