#[repr(C)]
pub struct DD_VIDEOPORT_LOCAL { pub lpDD: *mut DD_DIRECTDRAW_LOCAL, pub ddvpDesc: DDVIDEOPORTDESC, pub ddvpInfo: DDVIDEOPORTINFO, pub lpSurface: *mut DD_SURFACE_INT, pub lpVBISurface: *mut DD_SURFACE_INT, pub dwNumAutoflip: u32, pub dwNumVBIAutoflip: u32, pub dwReserved1: usize, pub dwReserved2: usize, pub dwReserved3: usize, }
Expand description

Required features: "Win32_Graphics_DirectDraw", "Win32_Foundation"

Fields

lpDD: *mut DD_DIRECTDRAW_LOCALddvpDesc: DDVIDEOPORTDESCddvpInfo: DDVIDEOPORTINFOlpSurface: *mut DD_SURFACE_INTlpVBISurface: *mut DD_SURFACE_INTdwNumAutoflip: u32dwNumVBIAutoflip: u32dwReserved1: usizedwReserved2: usizedwReserved3: usize

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.