Struct IPlayReadyLicense_Vtbl
#[repr(C)]pub struct IPlayReadyLicense_Vtbl {
pub base__: IInspectable_Vtbl,
pub FullyEvaluated: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub UsableForPlay: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ExpirationDate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExpireAfterFirstPlay: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub DomainAccountID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub ChainDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetKIDAtChainDepth: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§FullyEvaluated: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§UsableForPlay: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ExpirationDate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ExpireAfterFirstPlay: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§DomainAccountID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§ChainDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetKIDAtChainDepth: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID) -> HRESULT
Implementations§
§impl IPlayReadyLicense_Vtbl
impl IPlayReadyLicense_Vtbl
pub const fn new<Identity: IPlayReadyLicense_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPlayReadyLicense_Vtbl
impl RefUnwindSafe for IPlayReadyLicense_Vtbl
impl Send for IPlayReadyLicense_Vtbl
impl Sync for IPlayReadyLicense_Vtbl
impl Unpin for IPlayReadyLicense_Vtbl
impl UnwindSafe for IPlayReadyLicense_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