Struct IPlayReadyLicenseAcquisitionServiceRequest_Vtbl
#[repr(C)]pub struct IPlayReadyLicenseAcquisitionServiceRequest_Vtbl {
pub base__: IInspectable_Vtbl,
pub ContentHeader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContentHeader: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DomainServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub SetDomainServiceId: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ContentHeader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetContentHeader: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§DomainServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§SetDomainServiceId: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
Implementations§
§impl IPlayReadyLicenseAcquisitionServiceRequest_Vtbl
impl IPlayReadyLicenseAcquisitionServiceRequest_Vtbl
pub const fn new<Identity: IPlayReadyLicenseAcquisitionServiceRequest_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPlayReadyLicenseAcquisitionServiceRequest_Vtbl
impl RefUnwindSafe for IPlayReadyLicenseAcquisitionServiceRequest_Vtbl
impl Send for IPlayReadyLicenseAcquisitionServiceRequest_Vtbl
impl Sync for IPlayReadyLicenseAcquisitionServiceRequest_Vtbl
impl Unpin for IPlayReadyLicenseAcquisitionServiceRequest_Vtbl
impl UnwindSafe for IPlayReadyLicenseAcquisitionServiceRequest_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