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_LOCALlpGuid: *mut GUIDdwNumFormats: u32lpFormats: *mut DDPIXELFORMATddRVal: HRESULTTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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