Struct windows_sys::Win32::Data::RightsManagement::DRM_ACTSERV_INFO
#[repr(C)]pub struct DRM_ACTSERV_INFO {
pub uVersion: u32,
pub wszPubKey: PWSTR,
pub wszURL: PWSTR,
}
Fields§
§uVersion: u32
§wszPubKey: PWSTR
§wszURL: PWSTR
Trait Implementations§
§impl Clone for DRM_ACTSERV_INFO
impl Clone for DRM_ACTSERV_INFO
impl Copy for DRM_ACTSERV_INFO
Auto Trait Implementations§
impl RefUnwindSafe for DRM_ACTSERV_INFO
impl !Send for DRM_ACTSERV_INFO
impl !Sync for DRM_ACTSERV_INFO
impl Unpin for DRM_ACTSERV_INFO
impl UnwindSafe for DRM_ACTSERV_INFO
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