Struct winapi::d3d9types::D3DDEVINFO_VCACHE
[−]
[src]
pub struct D3DDEVINFO_VCACHE { pub Pattern: DWORD, pub OptMethod: DWORD, pub CacheSize: DWORD, pub MagicNumber: DWORD, }
Fields
Pattern | |
OptMethod | |
CacheSize | |
MagicNumber |
Trait Implementations
impl Copy for D3DDEVINFO_VCACHE
[src]
impl Clone for D3DDEVINFO_VCACHE
[src]
fn clone(&self) -> D3DDEVINFO_VCACHE
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