Struct windows_sys::Win32::Graphics::DirectDraw::DDVERSIONDATA
[−]#[repr(C)]pub struct DDVERSIONDATA {
pub dwHALVersion: u32,
pub dwReserved1: usize,
pub dwReserved2: usize,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwHALVersion: u32
dwReserved1: usize
dwReserved2: usize
Trait Implementations
impl Clone for DDVERSIONDATA
impl Clone for DDVERSIONDATA
impl Copy for DDVERSIONDATA
Auto Trait Implementations
impl RefUnwindSafe for DDVERSIONDATA
impl Send for DDVERSIONDATA
impl Sync for DDVERSIONDATA
impl Unpin for DDVERSIONDATA
impl UnwindSafe for DDVERSIONDATA
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