Struct winapi::d3d9types::D3DAES_CTR_IV [] [src]

#[repr(C)]
pub struct D3DAES_CTR_IV { pub IV: UINT64, pub Count: UINT64, }

Fields

Trait Implementations

impl Debug for D3DAES_CTR_IV
[src]

Formats the value using the given formatter.

impl Copy for D3DAES_CTR_IV
[src]

impl Clone for D3DAES_CTR_IV
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more