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