Struct winapi::d3d9types::D3DAUTHENTICATEDCHANNEL_QUERY_INPUT [] [src]

pub struct D3DAUTHENTICATEDCHANNEL_QUERY_INPUT {
    pub QueryType: GUID,
    pub hChannel: HANDLE,
    pub SequenceNumber: UINT,
}

Fields

QueryType
hChannel
SequenceNumber

Trait Implementations

Derived Implementations

impl Debug for D3DAUTHENTICATEDCHANNEL_QUERY_INPUT

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

impl Copy for D3DAUTHENTICATEDCHANNEL_QUERY_INPUT

impl Clone for D3DAUTHENTICATEDCHANNEL_QUERY_INPUT

fn clone(&self) -> D3DAUTHENTICATEDCHANNEL_QUERY_INPUT

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