Struct winapi::d3d9types::D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT
[−]
[src]
pub struct D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT {
pub Output: D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT,
pub DeviceHandle: HANDLE,
pub CryptoSessionHandle: HANDLE,
pub OutputIDIndex: UINT,
pub OutputID: UINT64,
}Fields
Output | |
DeviceHandle | |
CryptoSessionHandle | |
OutputIDIndex | |
OutputID |
Trait Implementations
impl Copy for D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT[src]
impl Clone for D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT[src]
fn clone(&self) -> D3DAUTHENTICATEDCHANNEL_QUERYOUTPUTID_OUTPUT
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more