Struct IPlayReadyStatics_Vtbl
#[repr(C)]pub struct IPlayReadyStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub DomainJoinServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub DomainLeaveServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub IndividualizationServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub LicenseAcquirerServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub MeteringReportServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub RevocationServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub MediaProtectionSystemId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub PlayReadySecurityVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DomainJoinServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§DomainLeaveServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§IndividualizationServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§LicenseAcquirerServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§MeteringReportServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§RevocationServiceRequestType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§MediaProtectionSystemId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§PlayReadySecurityVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPlayReadyStatics_Vtbl
impl RefUnwindSafe for IPlayReadyStatics_Vtbl
impl Send for IPlayReadyStatics_Vtbl
impl Sync for IPlayReadyStatics_Vtbl
impl Unpin for IPlayReadyStatics_Vtbl
impl UnwindSafe for IPlayReadyStatics_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