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

Derived Implementations

impl Debug for D3DDEVICE_CREATION_PARAMETERS

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

impl Copy for D3DDEVICE_CREATION_PARAMETERS

impl Clone for D3DDEVICE_CREATION_PARAMETERS

fn clone(&self) -> D3DDEVICE_CREATION_PARAMETERS

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