Struct windows::Media::Protection::IHdcpSession_Vtbl
#[repr(C)]pub struct IHdcpSession_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsEffectiveProtectionAtLeast: unsafe extern "system" fn(_: *mut c_void, _: HdcpProtection, _: *mut bool) -> HRESULT,
pub GetEffectiveProtection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDesiredMinProtectionAsync: unsafe extern "system" fn(_: *mut c_void, _: HdcpProtection, _: *mut *mut c_void) -> HRESULT,
pub ProtectionChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveProtectionChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsEffectiveProtectionAtLeast: unsafe extern "system" fn(_: *mut c_void, _: HdcpProtection, _: *mut bool) -> HRESULT
§GetEffectiveProtection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDesiredMinProtectionAsync: unsafe extern "system" fn(_: *mut c_void, _: HdcpProtection, _: *mut *mut c_void) -> HRESULT
§ProtectionChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveProtectionChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHdcpSession_Vtbl
impl RefUnwindSafe for IHdcpSession_Vtbl
impl Send for IHdcpSession_Vtbl
impl Sync for IHdcpSession_Vtbl
impl Unpin for IHdcpSession_Vtbl
impl UnwindSafe for IHdcpSession_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