Struct windows_sys::Win32::Devices::Display::MIPI_DSI_CAPS
[−]#[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: u8
DSITypeMinor: u8
SpecVersionMajor: u8
SpecVersionMinor: u8
SpecVersionPatch: u8
TargetMaximumReturnPacketSize: u16
ResultCodeFlags: u8
ResultCodeStatus: u8
Revision: u8
Level: u8
DeviceClassHi: u8
DeviceClassLo: u8
ManufacturerHi: u8
ManufacturerLo: u8
ProductHi: u8
ProductLo: u8
LengthHi: u8
LengthLo: u8
Trait Implementations
impl Clone for MIPI_DSI_CAPS
impl Clone for MIPI_DSI_CAPS
impl Copy for MIPI_DSI_CAPS
Auto Trait Implementations
impl RefUnwindSafe for MIPI_DSI_CAPS
impl Send for MIPI_DSI_CAPS
impl Sync for MIPI_DSI_CAPS
impl Unpin for MIPI_DSI_CAPS
impl UnwindSafe for MIPI_DSI_CAPS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more