Struct windows::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,
}
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
§fn clone(&self) -> MIPI_DSI_CAPS
fn clone(&self) -> MIPI_DSI_CAPS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MIPI_DSI_CAPS
impl Debug for MIPI_DSI_CAPS
§impl Default for MIPI_DSI_CAPS
impl Default for MIPI_DSI_CAPS
§impl PartialEq for MIPI_DSI_CAPS
impl PartialEq for MIPI_DSI_CAPS
§fn eq(&self, other: &MIPI_DSI_CAPS) -> bool
fn eq(&self, other: &MIPI_DSI_CAPS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MIPI_DSI_CAPS
impl Eq for MIPI_DSI_CAPS
impl StructuralPartialEq for MIPI_DSI_CAPS
Auto Trait Implementations§
impl Freeze for MIPI_DSI_CAPS
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)