Struct windows::Win32::Media::DirectShow::Tv::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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)