Struct windows::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],
}
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
§fn clone(&self) -> MIPI_DSI_PACKET
fn clone(&self) -> MIPI_DSI_PACKET
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 Default for MIPI_DSI_PACKET
impl Default for MIPI_DSI_PACKET
impl Copy for MIPI_DSI_PACKET
Auto Trait Implementations§
impl Freeze for MIPI_DSI_PACKET
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§
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
)