Struct DDSTEREOMODE
#[repr(C)]pub struct DDSTEREOMODE {
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 DDSTEREOMODE
impl Clone for DDSTEREOMODE
§fn clone(&self) -> DDSTEREOMODE
fn clone(&self) -> DDSTEREOMODE
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 DDSTEREOMODE
impl Debug for DDSTEREOMODE
§impl Default for DDSTEREOMODE
impl Default for DDSTEREOMODE
§impl PartialEq for DDSTEREOMODE
impl PartialEq for DDSTEREOMODE
impl Copy for DDSTEREOMODE
impl StructuralPartialEq for DDSTEREOMODE
Auto Trait Implementations§
impl Freeze for DDSTEREOMODE
impl RefUnwindSafe for DDSTEREOMODE
impl Send for DDSTEREOMODE
impl Sync for DDSTEREOMODE
impl Unpin for DDSTEREOMODE
impl UnwindSafe for DDSTEREOMODE
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