Struct winapi::d3d9types::D3DDEVICE_CREATION_PARAMETERS
[−]
[src]
pub struct D3DDEVICE_CREATION_PARAMETERS { pub AdapterOrdinal: UINT, pub DeviceType: D3DDEVTYPE, pub hFocusWindow: HWND, pub BehaviorFlags: DWORD, }
Fields
AdapterOrdinal | |
DeviceType | |
hFocusWindow | |
BehaviorFlags |
Trait Implementations
impl Copy for D3DDEVICE_CREATION_PARAMETERS
[src]
impl Clone for D3DDEVICE_CREATION_PARAMETERS
[src]
fn clone(&self) -> D3DDEVICE_CREATION_PARAMETERS
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