Struct windows_sys::Win32::Graphics::DirectDraw::DD_GETMOCOMPFORMATSDATA
[−]#[repr(C)]pub struct DD_GETMOCOMPFORMATSDATA {
pub lpDD: *mut DD_DIRECTDRAW_LOCAL,
pub lpGuid: *mut GUID,
pub dwNumFormats: u32,
pub lpFormats: *mut DDPIXELFORMAT,
pub ddRVal: HRESULT,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’
Fields
lpDD: *mut DD_DIRECTDRAW_LOCAL
lpGuid: *mut GUID
dwNumFormats: u32
lpFormats: *mut DDPIXELFORMAT
ddRVal: HRESULT
Trait Implementations
impl Clone for DD_GETMOCOMPFORMATSDATA
impl Clone for DD_GETMOCOMPFORMATSDATA
impl Copy for DD_GETMOCOMPFORMATSDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_GETMOCOMPFORMATSDATA
impl !Send for DD_GETMOCOMPFORMATSDATA
impl !Sync for DD_GETMOCOMPFORMATSDATA
impl Unpin for DD_GETMOCOMPFORMATSDATA
impl UnwindSafe for DD_GETMOCOMPFORMATSDATA
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