Struct windows_sys::Win32::Graphics::DirectDraw::DD_STEREOMODE
[−]#[repr(C)]pub struct DD_STEREOMODE {
pub dwSize: u32,
pub dwHeight: u32,
pub dwWidth: u32,
pub dwBpp: u32,
pub dwRefreshRate: u32,
pub bSupported: BOOL,
}Expand description
Required features: "Win32_Graphics_DirectDraw", "Win32_Foundation"
Fields
dwSize: u32dwHeight: u32dwWidth: u32dwBpp: u32dwRefreshRate: u32bSupported: BOOLTrait Implementations
impl Clone for DD_STEREOMODE
impl Clone for DD_STEREOMODE
impl Copy for DD_STEREOMODE
Auto Trait Implementations
impl RefUnwindSafe for DD_STEREOMODE
impl Send for DD_STEREOMODE
impl Sync for DD_STEREOMODE
impl Unpin for DD_STEREOMODE
impl UnwindSafe for DD_STEREOMODE
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