Struct windows_sys::Win32::Graphics::DirectDraw::DDHAL_SETMODEDATA
[−]#[repr(C)]pub struct DDHAL_SETMODEDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub dwModeIndex: u32,
pub ddRVal: HRESULT,
pub SetMode: LPDDHAL_SETMODE,
pub inexcl: BOOL,
pub useRefreshRate: BOOL,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_GBL
dwModeIndex: u32
ddRVal: HRESULT
SetMode: LPDDHAL_SETMODE
inexcl: BOOL
useRefreshRate: BOOL
Trait Implementations
impl Clone for DDHAL_SETMODEDATA
impl Clone for DDHAL_SETMODEDATA
impl Copy for DDHAL_SETMODEDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_SETMODEDATA
impl !Send for DDHAL_SETMODEDATA
impl !Sync for DDHAL_SETMODEDATA
impl Unpin for DDHAL_SETMODEDATA
impl UnwindSafe for DDHAL_SETMODEDATA
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