Struct windows_sys::Win32::Devices::Display::MIPI_DSI_PACKET
[−]#[repr(C)]pub struct MIPI_DSI_PACKET {
pub Anonymous1: MIPI_DSI_PACKET_0,
pub Anonymous2: MIPI_DSI_PACKET_1,
pub EccFiller: u8,
pub Payload: [u8; 8],
}
Expand description
Required features: "Win32_Devices_Display"
Fields
Anonymous1: MIPI_DSI_PACKET_0
Anonymous2: MIPI_DSI_PACKET_1
EccFiller: u8
Payload: [u8; 8]
Trait Implementations
impl Clone for MIPI_DSI_PACKET
impl Clone for MIPI_DSI_PACKET
impl Copy for MIPI_DSI_PACKET
Auto Trait Implementations
impl RefUnwindSafe for MIPI_DSI_PACKET
impl Send for MIPI_DSI_PACKET
impl Sync for MIPI_DSI_PACKET
impl Unpin for MIPI_DSI_PACKET
impl UnwindSafe for MIPI_DSI_PACKET
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