Struct windows::Media::Protection::ComponentRenewal
pub struct ComponentRenewal;
Implementations§
§impl ComponentRenewal
impl ComponentRenewal
pub fn RenewSystemComponentsAsync<P0>(
information: P0,
) -> Result<IAsyncOperationWithProgress<RenewalStatus, u32>>where
P0: Param<RevocationAndRenewalInformation>,
Auto Trait Implementations§
impl Freeze for ComponentRenewal
impl RefUnwindSafe for ComponentRenewal
impl Send for ComponentRenewal
impl Sync for ComponentRenewal
impl Unpin for ComponentRenewal
impl UnwindSafe for ComponentRenewal
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