#[repr(C)]
pub struct MIPI_DSI_CAPS {
Show 18 fields pub DSITypeMajor: u8, pub DSITypeMinor: u8, pub SpecVersionMajor: u8, pub SpecVersionMinor: u8, pub SpecVersionPatch: u8, pub TargetMaximumReturnPacketSize: u16, pub ResultCodeFlags: u8, pub ResultCodeStatus: u8, pub Revision: u8, pub Level: u8, pub DeviceClassHi: u8, pub DeviceClassLo: u8, pub ManufacturerHi: u8, pub ManufacturerLo: u8, pub ProductHi: u8, pub ProductLo: u8, pub LengthHi: u8, pub LengthLo: u8,
}
Expand description

Required features: "Win32_Devices_Display"

Fields

DSITypeMajor: u8DSITypeMinor: u8SpecVersionMajor: u8SpecVersionMinor: u8SpecVersionPatch: u8TargetMaximumReturnPacketSize: u16ResultCodeFlags: u8ResultCodeStatus: u8Revision: u8Level: u8DeviceClassHi: u8DeviceClassLo: u8ManufacturerHi: u8ManufacturerLo: u8ProductHi: u8ProductLo: u8LengthHi: u8LengthLo: u8

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.