Struct windows::Win32::Graphics::DirectDraw::DXAPI_INTERFACE
#[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,
}
Fields§
§Size: u16
§Version: u16
§Context: *mut c_void
§InterfaceReference: *mut c_void
§InterfaceDereference: *mut c_void
§DxGetIrqInfo: PDX_GETIRQINFO
§DxEnableIrq: PDX_ENABLEIRQ
§DxSkipNextField: PDX_SKIPNEXTFIELD
§DxBobNextField: PDX_BOBNEXTFIELD
§DxSetState: PDX_SETSTATE
§DxLock: PDX_LOCK
§DxFlipOverlay: PDX_FLIPOVERLAY
§DxFlipVideoPort: PDX_FLIPVIDEOPORT
§DxGetPolarity: PDX_GETPOLARITY
§DxGetCurrentAutoflip: PDX_GETCURRENTAUTOFLIP
§DxGetPreviousAutoflip: PDX_GETPREVIOUSAUTOFLIP
§DxTransfer: PDX_TRANSFER
§DxGetTransferStatus: PDX_GETTRANSFERSTATUS
Trait Implementations§
§impl Clone for DXAPI_INTERFACE
impl Clone for DXAPI_INTERFACE
§fn clone(&self) -> DXAPI_INTERFACE
fn clone(&self) -> DXAPI_INTERFACE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DXAPI_INTERFACE
impl Debug for DXAPI_INTERFACE
§impl Default for DXAPI_INTERFACE
impl Default for DXAPI_INTERFACE
impl Copy for DXAPI_INTERFACE
Auto Trait Implementations§
impl Freeze for DXAPI_INTERFACE
impl RefUnwindSafe for DXAPI_INTERFACE
impl !Send for DXAPI_INTERFACE
impl !Sync for DXAPI_INTERFACE
impl Unpin for DXAPI_INTERFACE
impl UnwindSafe for DXAPI_INTERFACE
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)