Struct windows::Media::Protection::PlayReady::PlayReadyLicenseManagement
pub struct PlayReadyLicenseManagement;
Implementations§
§impl PlayReadyLicenseManagement
impl PlayReadyLicenseManagement
pub fn DeleteLicenses<P0>(contentheader: P0) -> Result<IAsyncAction>where
P0: Param<PlayReadyContentHeader>,
Auto Trait Implementations§
impl Freeze for PlayReadyLicenseManagement
impl RefUnwindSafe for PlayReadyLicenseManagement
impl Send for PlayReadyLicenseManagement
impl Sync for PlayReadyLicenseManagement
impl Unpin for PlayReadyLicenseManagement
impl UnwindSafe for PlayReadyLicenseManagement
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