#[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: u32§Size: u32§BankingFlags: u32§BankingType: u32§PlanarHCBankingType: u32§BitmapWidthInBytes: u32§BitmapSize: u32§Granularity: u32§PlanarHCGranularity: u32§CodeOffset: u32§PlanarHCBankCodeOffset: u32§PlanarHCEnableCodeOffset: u32§PlanarHCDisableCodeOffset: 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.