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: UINT DeviceType: D3DDEVTYPE hFocusWindow: HWND BehaviorFlags: DWORD

Trait Implementations

impl Debug for D3DDEVICE_CREATION_PARAMETERS
[src]

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

Formats the value using the given formatter.

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