Struct windows_sys::Win32::Graphics::DirectDraw::DDSTEREOMODE
[−]#[repr(C)]pub struct DDSTEREOMODE {
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: u32
dwHeight: u32
dwWidth: u32
dwBpp: u32
dwRefreshRate: u32
bSupported: BOOL
Trait Implementations
impl Clone for DDSTEREOMODE
impl Clone for DDSTEREOMODE
impl Copy for DDSTEREOMODE
Auto Trait Implementations
impl RefUnwindSafe for DDSTEREOMODE
impl Send for DDSTEREOMODE
impl Sync for DDSTEREOMODE
impl Unpin for DDSTEREOMODE
impl UnwindSafe for DDSTEREOMODE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more