Struct 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,
}
Fields§
§dwSize: u32
§dwHeight: u32
§dwWidth: u32
§dwBpp: u32
§dwRefreshRate: u32
§bSupported: BOOL
Trait Implementations§
§impl Clone for DD_STEREOMODE
impl Clone for DD_STEREOMODE
§fn clone(&self) -> DD_STEREOMODE
fn clone(&self) -> DD_STEREOMODE
Returns a copy 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 more§impl Debug for DD_STEREOMODE
impl Debug for DD_STEREOMODE
§impl Default for DD_STEREOMODE
impl Default for DD_STEREOMODE
§impl PartialEq for DD_STEREOMODE
impl PartialEq for DD_STEREOMODE
impl Copy for DD_STEREOMODE
impl StructuralPartialEq for DD_STEREOMODE
Auto Trait Implementations§
impl Freeze for DD_STEREOMODE
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§
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