#[repr(C)]
pub struct VIDEO_HARDWARE_STATE_HEADER {
Show 30 fields pub Length: u32, pub PortValue: [u8; 48], pub AttribIndexDataState: u32, pub BasicSequencerOffset: u32, pub BasicCrtContOffset: u32, pub BasicGraphContOffset: u32, pub BasicAttribContOffset: u32, pub BasicDacOffset: u32, pub BasicLatchesOffset: u32, pub ExtendedSequencerOffset: u32, pub ExtendedCrtContOffset: u32, pub ExtendedGraphContOffset: u32, pub ExtendedAttribContOffset: u32, pub ExtendedDacOffset: u32, pub ExtendedValidatorStateOffset: u32, pub ExtendedMiscDataOffset: u32, pub PlaneLength: u32, pub Plane1Offset: u32, pub Plane2Offset: u32, pub Plane3Offset: u32, pub Plane4Offset: u32, pub VGAStateFlags: u32, pub DIBOffset: u32, pub DIBBitsPerPixel: u32, pub DIBXResolution: u32, pub DIBYResolution: u32, pub DIBXlatOffset: u32, pub DIBXlatLength: u32, pub VesaInfoOffset: u32, pub FrameBufferData: *mut c_void,
}
Expand description

Required features: "Win32_Devices_Display"

Fields

Length: u32PortValue: [u8; 48]AttribIndexDataState: u32BasicSequencerOffset: u32BasicCrtContOffset: u32BasicGraphContOffset: u32BasicAttribContOffset: u32BasicDacOffset: u32BasicLatchesOffset: u32ExtendedSequencerOffset: u32ExtendedCrtContOffset: u32ExtendedGraphContOffset: u32ExtendedAttribContOffset: u32ExtendedDacOffset: u32ExtendedValidatorStateOffset: u32ExtendedMiscDataOffset: u32PlaneLength: u32Plane1Offset: u32Plane2Offset: u32Plane3Offset: u32Plane4Offset: u32VGAStateFlags: u32DIBOffset: u32DIBBitsPerPixel: u32DIBXResolution: u32DIBYResolution: u32DIBXlatOffset: u32DIBXlatLength: u32VesaInfoOffset: u32FrameBufferData: *mut c_void

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.