#[repr(C)]
pub struct VIDEO_BANK_SELECT {
Show 13 fields pub Length: u32, pub Size: u32, pub BankingFlags: u32, pub BankingType: u32, pub PlanarHCBankingType: u32, pub BitmapWidthInBytes: u32, pub BitmapSize: u32, pub Granularity: u32, pub PlanarHCGranularity: u32, pub CodeOffset: u32, pub PlanarHCBankCodeOffset: u32, pub PlanarHCEnableCodeOffset: u32, pub PlanarHCDisableCodeOffset: u32,
}
Expand description

Required features: "Win32_Devices_Display"

Fields

Length: u32Size: u32BankingFlags: u32BankingType: u32PlanarHCBankingType: u32BitmapWidthInBytes: u32BitmapSize: u32Granularity: u32PlanarHCGranularity: u32CodeOffset: u32PlanarHCBankCodeOffset: u32PlanarHCEnableCodeOffset: u32PlanarHCDisableCodeOffset: u32

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.