#[repr(C)]
pub struct DXAPI_INTERFACE {
Show 18 fields pub Size: u16, pub Version: u16, pub Context: *mut c_void, pub InterfaceReference: *mut c_void, pub InterfaceDereference: *mut c_void, pub DxGetIrqInfo: PDX_GETIRQINFO, pub DxEnableIrq: PDX_ENABLEIRQ, pub DxSkipNextField: PDX_SKIPNEXTFIELD, pub DxBobNextField: PDX_BOBNEXTFIELD, pub DxSetState: PDX_SETSTATE, pub DxLock: PDX_LOCK, pub DxFlipOverlay: PDX_FLIPOVERLAY, pub DxFlipVideoPort: PDX_FLIPVIDEOPORT, pub DxGetPolarity: PDX_GETPOLARITY, pub DxGetCurrentAutoflip: PDX_GETCURRENTAUTOFLIP, pub DxGetPreviousAutoflip: PDX_GETPREVIOUSAUTOFLIP, pub DxTransfer: PDX_TRANSFER, pub DxGetTransferStatus: PDX_GETTRANSFERSTATUS,
}
Expand description

Required features: "Win32_Graphics_DirectDraw", "Win32_Foundation"

Fields

Size: u16Version: u16Context: *mut c_voidInterfaceReference: *mut c_voidInterfaceDereference: *mut c_voidDxGetIrqInfo: PDX_GETIRQINFODxEnableIrq: PDX_ENABLEIRQDxSkipNextField: PDX_SKIPNEXTFIELDDxBobNextField: PDX_BOBNEXTFIELDDxSetState: PDX_SETSTATEDxLock: PDX_LOCKDxFlipOverlay: PDX_FLIPOVERLAYDxFlipVideoPort: PDX_FLIPVIDEOPORTDxGetPolarity: PDX_GETPOLARITYDxGetCurrentAutoflip: PDX_GETCURRENTAUTOFLIPDxGetPreviousAutoflip: PDX_GETPREVIOUSAUTOFLIPDxTransfer: PDX_TRANSFERDxGetTransferStatus: PDX_GETTRANSFERSTATUS

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.