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