Struct winapi::d3d9types::D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE [] [src]

pub struct D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE {
    pub Parameters: D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT,
    pub StartSequenceQuery: UINT,
    pub StartSequenceConfigure: UINT,
}

Fields

Parameters
StartSequenceQuery
StartSequenceConfigure

Trait Implementations

Derived Implementations

impl Debug for D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE

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

impl Copy for D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE

impl Clone for D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE

fn clone(&self) -> D3DAUTHENTICATEDCHANNEL_CONFIGUREINITIALIZE

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