#[repr(C)]pub struct DDHAL_GETMOCOMPFORMATSDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpGuid: *mut GUID,
pub dwNumFormats: u32,
pub lpFormats: *mut DDPIXELFORMAT,
pub ddRVal: HRESULT,
pub GetMoCompFormats: LPDDHALMOCOMPCB_GETFORMATS,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_LCL
lpGuid: *mut GUID
dwNumFormats: u32
lpFormats: *mut DDPIXELFORMAT
ddRVal: HRESULT
GetMoCompFormats: LPDDHALMOCOMPCB_GETFORMATS
Trait Implementations
impl Clone for DDHAL_GETMOCOMPFORMATSDATA
impl Clone for DDHAL_GETMOCOMPFORMATSDATA
impl Copy for DDHAL_GETMOCOMPFORMATSDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_GETMOCOMPFORMATSDATA
impl !Send for DDHAL_GETMOCOMPFORMATSDATA
impl !Sync for DDHAL_GETMOCOMPFORMATSDATA
impl Unpin for DDHAL_GETMOCOMPFORMATSDATA
impl UnwindSafe for DDHAL_GETMOCOMPFORMATSDATA
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