Struct WMDRMProtectionInfo
#[repr(C, packed(1))]pub struct WMDRMProtectionInfo {
pub wszKID: [u16; 25],
pub qwCounter: u64,
pub qwIndex: u64,
pub bOffset: u8,
}
Fields§
§wszKID: [u16; 25]
§qwCounter: u64
§qwIndex: u64
§bOffset: u8
Trait Implementations§
§impl Clone for WMDRMProtectionInfo
impl Clone for WMDRMProtectionInfo
§fn clone(&self) -> WMDRMProtectionInfo
fn clone(&self) -> WMDRMProtectionInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for WMDRMProtectionInfo
impl Default for WMDRMProtectionInfo
impl Copy for WMDRMProtectionInfo
Auto Trait Implementations§
impl Freeze for WMDRMProtectionInfo
impl RefUnwindSafe for WMDRMProtectionInfo
impl Send for WMDRMProtectionInfo
impl Sync for WMDRMProtectionInfo
impl Unpin for WMDRMProtectionInfo
impl UnwindSafe for WMDRMProtectionInfo
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