#[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_LCLlpGuid: *mut GUIDdwNumFormats: u32lpFormats: *mut DDPIXELFORMATddRVal: HRESULTGetMoCompFormats: LPDDHALMOCOMPCB_GETFORMATSTrait 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