#[repr(C)]
pub struct DDRAWI_DDVIDEOPORT_LCL {
Show 22 fields pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL, pub ddvpDesc: DDVIDEOPORTDESC, pub ddvpInfo: DDVIDEOPORTINFO, pub lpSurface: *mut DDRAWI_DDRAWSURFACE_INT, pub lpVBISurface: *mut DDRAWI_DDRAWSURFACE_INT, pub lpFlipInts: *mut *mut DDRAWI_DDRAWSURFACE_INT, pub dwNumAutoflip: u32, pub dwProcessID: u32, pub dwStateFlags: u32, pub dwFlags: u32, pub dwRefCnt: u32, pub fpLastFlip: usize, pub dwReserved1: usize, pub dwReserved2: usize, pub hDDVideoPort: HANDLE, pub dwNumVBIAutoflip: u32, pub lpVBIDesc: *mut DDVIDEOPORTDESC, pub lpVideoDesc: *mut DDVIDEOPORTDESC, pub lpVBIInfo: *mut DDVIDEOPORTINFO, pub lpVideoInfo: *mut DDVIDEOPORTINFO, pub dwVBIProcessID: u32, pub lpVPNotify: *mut DDRAWI_DDVIDEOPORT_INT,
}
Expand description

Required features: "Win32_Graphics_DirectDraw", "Win32_Foundation", "Win32_Graphics_Gdi"

Fields

lpDD: *mut DDRAWI_DIRECTDRAW_LCLddvpDesc: DDVIDEOPORTDESCddvpInfo: DDVIDEOPORTINFOlpSurface: *mut DDRAWI_DDRAWSURFACE_INTlpVBISurface: *mut DDRAWI_DDRAWSURFACE_INTlpFlipInts: *mut *mut DDRAWI_DDRAWSURFACE_INTdwNumAutoflip: u32dwProcessID: u32dwStateFlags: u32dwFlags: u32dwRefCnt: u32fpLastFlip: usizedwReserved1: usizedwReserved2: usizehDDVideoPort: HANDLEdwNumVBIAutoflip: u32lpVBIDesc: *mut DDVIDEOPORTDESClpVideoDesc: *mut DDVIDEOPORTDESClpVBIInfo: *mut DDVIDEOPORTINFOlpVideoInfo: *mut DDVIDEOPORTINFOdwVBIProcessID: u32lpVPNotify: *mut DDRAWI_DDVIDEOPORT_INT

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.