#[repr(C)]pub struct D3DDEVICE_CREATION_PARAMETERS {
pub AdapterOrdinal: u32,
pub DeviceType: D3DDEVTYPE,
pub hFocusWindow: HWND,
pub BehaviorFlags: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D9"
, "Win32_Foundation"
Fields
AdapterOrdinal: u32
DeviceType: D3DDEVTYPE
hFocusWindow: HWND
BehaviorFlags: u32
Trait Implementations
impl Clone for D3DDEVICE_CREATION_PARAMETERS
impl Clone for D3DDEVICE_CREATION_PARAMETERS
impl Copy for D3DDEVICE_CREATION_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for D3DDEVICE_CREATION_PARAMETERS
impl Send for D3DDEVICE_CREATION_PARAMETERS
impl Sync for D3DDEVICE_CREATION_PARAMETERS
impl Unpin for D3DDEVICE_CREATION_PARAMETERS
impl UnwindSafe for D3DDEVICE_CREATION_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more