#[repr(C)]
pub struct DDVIDEOPORTINFO {
Show 13 fields pub dwSize: u32, pub dwOriginX: u32, pub dwOriginY: u32, pub dwVPFlags: u32, pub rCrop: RECT, pub dwPrescaleWidth: u32, pub dwPrescaleHeight: u32, pub lpddpfInputFormat: *mut DDPIXELFORMAT, pub lpddpfVBIInputFormat: *mut DDPIXELFORMAT, pub lpddpfVBIOutputFormat: *mut DDPIXELFORMAT, pub dwVBIHeight: u32, pub dwReserved1: usize, pub dwReserved2: usize,
}
Expand description

Required features: "Win32_Graphics_DirectDraw", "Win32_Foundation"

Fields

dwSize: u32dwOriginX: u32dwOriginY: u32dwVPFlags: u32rCrop: RECTdwPrescaleWidth: u32dwPrescaleHeight: u32lpddpfInputFormat: *mut DDPIXELFORMATlpddpfVBIInputFormat: *mut DDPIXELFORMATlpddpfVBIOutputFormat: *mut DDPIXELFORMATdwVBIHeight: u32dwReserved1: usizedwReserved2: 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.