Struct windows_sys::Win32::Data::RightsManagement::DRMID
[−]Expand description
Required features: "Win32_Data_RightsManagement"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more