#[repr(C)]pub struct MFCONTENTPROTECTIONDEVICE_INPUT_DATA {
pub HWProtectionFunctionID: u32,
pub PrivateDataByteCount: u32,
pub HWProtectionDataByteCount: u32,
pub Reserved: u32,
pub InputData: [u8; 4],
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
HWProtectionFunctionID: u32
PrivateDataByteCount: u32
HWProtectionDataByteCount: u32
Reserved: u32
InputData: [u8; 4]
Trait Implementations
impl Copy for MFCONTENTPROTECTIONDEVICE_INPUT_DATA
Auto Trait Implementations
impl RefUnwindSafe for MFCONTENTPROTECTIONDEVICE_INPUT_DATA
impl Send for MFCONTENTPROTECTIONDEVICE_INPUT_DATA
impl Sync for MFCONTENTPROTECTIONDEVICE_INPUT_DATA
impl Unpin for MFCONTENTPROTECTIONDEVICE_INPUT_DATA
impl UnwindSafe for MFCONTENTPROTECTIONDEVICE_INPUT_DATA
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