Union windows_sys::Win32::Devices::Display::MIPI_DSI_PACKET_1
[−]#[repr(C)]
pub union MIPI_DSI_PACKET_1 {
pub Anonymous: MIPI_DSI_PACKET_1_0,
pub LongWriteWordCount: u16,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
Anonymous: MIPI_DSI_PACKET_1_0
LongWriteWordCount: u16
Trait Implementations
impl Clone for MIPI_DSI_PACKET_1
impl Clone for MIPI_DSI_PACKET_1
impl Copy for MIPI_DSI_PACKET_1
Auto Trait Implementations
impl RefUnwindSafe for MIPI_DSI_PACKET_1
impl Send for MIPI_DSI_PACKET_1
impl Sync for MIPI_DSI_PACKET_1
impl Unpin for MIPI_DSI_PACKET_1
impl UnwindSafe for MIPI_DSI_PACKET_1
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