Union windows_sys::Win32::Devices::Display::MIPI_DSI_PACKET_0
#[repr(C)]
pub union MIPI_DSI_PACKET_0 {
pub DataId: u8,
pub Anonymous: MIPI_DSI_PACKET_0_0,
}
Fields§
§DataId: u8
§Anonymous: MIPI_DSI_PACKET_0_0
Trait Implementations§
§impl Clone for MIPI_DSI_PACKET_0
impl Clone for MIPI_DSI_PACKET_0
impl Copy for MIPI_DSI_PACKET_0
Auto Trait Implementations§
impl RefUnwindSafe for MIPI_DSI_PACKET_0
impl Send for MIPI_DSI_PACKET_0
impl Sync for MIPI_DSI_PACKET_0
impl Unpin for MIPI_DSI_PACKET_0
impl UnwindSafe for MIPI_DSI_PACKET_0
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