Struct winapi::d3d9caps::D3DCONTENTPROTECTIONCAPS [] [src]

pub struct D3DCONTENTPROTECTIONCAPS {
    pub Caps: DWORD,
    pub KeyExchangeType: GUID,
    pub BufferAlignmentStart: UINT,
    pub BlockAlignmentSize: UINT,
    pub ProtectedMemorySize: ULONGLONG,
}

Fields

Caps
KeyExchangeType
BufferAlignmentStart
BlockAlignmentSize
ProtectedMemorySize

Trait Implementations

Derived Implementations

impl Debug for D3DCONTENTPROTECTIONCAPS

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for D3DCONTENTPROTECTIONCAPS

impl Clone for D3DCONTENTPROTECTIONCAPS

fn clone(&self) -> D3DCONTENTPROTECTIONCAPS

fn clone_from(&mut self, source: &Self)