Struct winapi::d3d9types::D3DAUTHENTICATEDCHANNEL_CONFIGURECRYPTOSESSION [] [src]

pub struct D3DAUTHENTICATEDCHANNEL_CONFIGURECRYPTOSESSION {
    pub Parameters: D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT,
    pub DXVA2DecodeHandle: HANDLE,
    pub CryptoSessionHandle: HANDLE,
    pub DeviceHandle: HANDLE,
}

Fields

Parameters
DXVA2DecodeHandle
CryptoSessionHandle
DeviceHandle

Trait Implementations

Derived Implementations

impl Debug for D3DAUTHENTICATEDCHANNEL_CONFIGURECRYPTOSESSION

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

impl Copy for D3DAUTHENTICATEDCHANNEL_CONFIGURECRYPTOSESSION

impl Clone for D3DAUTHENTICATEDCHANNEL_CONFIGURECRYPTOSESSION

fn clone(&self) -> D3DAUTHENTICATEDCHANNEL_CONFIGURECRYPTOSESSION

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