#[repr(C)]pub struct D3D11_VIDEO_CONTENT_PROTECTION_CAPS {
pub Caps: u32,
pub KeyExchangeTypeCount: u32,
pub BlockAlignmentSize: u32,
pub ProtectedMemorySize: u64,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
Fields
Caps: u32
KeyExchangeTypeCount: u32
BlockAlignmentSize: u32
ProtectedMemorySize: u64
Trait Implementations
impl Clone for D3D11_VIDEO_CONTENT_PROTECTION_CAPS
impl Clone for D3D11_VIDEO_CONTENT_PROTECTION_CAPS
impl Copy for D3D11_VIDEO_CONTENT_PROTECTION_CAPS
Auto Trait Implementations
impl RefUnwindSafe for D3D11_VIDEO_CONTENT_PROTECTION_CAPS
impl Send for D3D11_VIDEO_CONTENT_PROTECTION_CAPS
impl Sync for D3D11_VIDEO_CONTENT_PROTECTION_CAPS
impl Unpin for D3D11_VIDEO_CONTENT_PROTECTION_CAPS
impl UnwindSafe for D3D11_VIDEO_CONTENT_PROTECTION_CAPS
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