Struct 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 Freeze for DRMID
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