Struct IPlayReadyStatics5_Vtbl
#[repr(C)]pub struct IPlayReadyStatics5_Vtbl {
pub base__: IInspectable_Vtbl,
pub HardwareDRMDisabledAtTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HardwareDRMDisabledUntilTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ResetHardwareDRMDisabled: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§HardwareDRMDisabledAtTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§HardwareDRMDisabledUntilTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ResetHardwareDRMDisabled: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPlayReadyStatics5_Vtbl
impl RefUnwindSafe for IPlayReadyStatics5_Vtbl
impl Send for IPlayReadyStatics5_Vtbl
impl Sync for IPlayReadyStatics5_Vtbl
impl Unpin for IPlayReadyStatics5_Vtbl
impl UnwindSafe for IPlayReadyStatics5_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