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: u8DSITypeMinor: u8SpecVersionMajor: u8SpecVersionMinor: u8SpecVersionPatch: u8TargetMaximumReturnPacketSize: u16ResultCodeFlags: u8ResultCodeStatus: u8Revision: u8Level: u8DeviceClassHi: u8DeviceClassLo: u8ManufacturerHi: u8ManufacturerLo: u8ProductHi: u8ProductLo: u8LengthHi: u8LengthLo: u8Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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