Struct IPlayReadyContentHeader_Vtbl
#[repr(C)]pub struct IPlayReadyContentHeader_Vtbl {
pub base__: IInspectable_Vtbl,
pub KeyId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub KeyIdString: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LicenseAcquisitionUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LicenseAcquisitionUserInterfaceUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DomainServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub EncryptionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PlayReadyEncryptionAlgorithm) -> HRESULT,
pub CustomAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DecryptorSetup: unsafe extern "system" fn(_: *mut c_void, _: *mut PlayReadyDecryptorSetup) -> HRESULT,
pub GetSerializedHeader: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u8) -> HRESULT,
pub HeaderWithEmbeddedUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§KeyId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§KeyIdString: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§LicenseAcquisitionUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§LicenseAcquisitionUserInterfaceUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DomainServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§EncryptionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PlayReadyEncryptionAlgorithm) -> HRESULT§CustomAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DecryptorSetup: unsafe extern "system" fn(_: *mut c_void, _: *mut PlayReadyDecryptorSetup) -> HRESULT§GetSerializedHeader: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u8) -> HRESULT§HeaderWithEmbeddedUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IPlayReadyContentHeader_Vtbl
impl RefUnwindSafe for IPlayReadyContentHeader_Vtbl
impl Send for IPlayReadyContentHeader_Vtbl
impl Sync for IPlayReadyContentHeader_Vtbl
impl Unpin for IPlayReadyContentHeader_Vtbl
impl UnwindSafe for IPlayReadyContentHeader_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