#[repr(C)]pub struct D3DDDI_CREATECONTEXTFLAGS {
pub Value: UINT,
}
Fields§
§Value: UINT
Implementations§
Source§impl D3DDDI_CREATECONTEXTFLAGS
impl D3DDDI_CREATECONTEXTFLAGS
pub fn NullRendering(&self) -> UINT
pub fn set_NullRendering(&mut self, val: UINT)
pub fn InitialData(&self) -> UINT
pub fn set_InitialData(&mut self, val: UINT)
pub fn DisableGpuTimeout(&self) -> UINT
pub fn set_DisableGpuTimeout(&mut self, val: UINT)
pub fn SynchronizationOnly(&self) -> UINT
pub fn set_SynchronizationOnly(&mut self, val: UINT)
pub fn HwQueueSupported(&self) -> UINT
pub fn set_HwQueueSupported(&mut self, val: UINT)
pub fn Reserved(&self) -> UINT
pub fn set_Reserved(&mut self, val: UINT)
Trait Implementations§
Source§impl Clone for D3DDDI_CREATECONTEXTFLAGS
impl Clone for D3DDDI_CREATECONTEXTFLAGS
Source§fn clone(&self) -> D3DDDI_CREATECONTEXTFLAGS
fn clone(&self) -> D3DDDI_CREATECONTEXTFLAGS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for D3DDDI_CREATECONTEXTFLAGS
impl Default for D3DDDI_CREATECONTEXTFLAGS
Source§fn default() -> D3DDDI_CREATECONTEXTFLAGS
fn default() -> D3DDDI_CREATECONTEXTFLAGS
Returns the “default value” for a type. Read more
impl Copy for D3DDDI_CREATECONTEXTFLAGS
Auto Trait Implementations§
impl Freeze for D3DDDI_CREATECONTEXTFLAGS
impl RefUnwindSafe for D3DDDI_CREATECONTEXTFLAGS
impl Send for D3DDDI_CREATECONTEXTFLAGS
impl Sync for D3DDDI_CREATECONTEXTFLAGS
impl Unpin for D3DDDI_CREATECONTEXTFLAGS
impl UnwindSafe for D3DDDI_CREATECONTEXTFLAGS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more