pub struct DataPins8Lines<P0, P1, P2, P3, P4, P5, P6, P7>where
P0: DisplayHardwareLayer,
P1: DisplayHardwareLayer,
P2: DisplayHardwareLayer,
P3: DisplayHardwareLayer,
P4: DisplayHardwareLayer,
P5: DisplayHardwareLayer,
P6: DisplayHardwareLayer,
P7: DisplayHardwareLayer,{
pub data0: P0,
pub data1: P1,
pub data2: P2,
pub data3: P3,
pub data4: P4,
pub data5: P5,
pub data6: P6,
pub data7: P7,
}Expand description
Eight data lines pin wiring setup.
Fields§
§data0: P0§data1: P1§data2: P2§data3: P3§data4: P4§data5: P5§data6: P6§data7: P7Trait Implementations§
Source§impl<P0, P1, P2, P3, P4, P5, P6, P7> Init for DataPins8Lines<P0, P1, P2, P3, P4, P5, P6, P7>where
P0: DisplayHardwareLayer,
P1: DisplayHardwareLayer,
P2: DisplayHardwareLayer,
P3: DisplayHardwareLayer,
P4: DisplayHardwareLayer,
P5: DisplayHardwareLayer,
P6: DisplayHardwareLayer,
P7: DisplayHardwareLayer,
impl<P0, P1, P2, P3, P4, P5, P6, P7> Init for DataPins8Lines<P0, P1, P2, P3, P4, P5, P6, P7>where
P0: DisplayHardwareLayer,
P1: DisplayHardwareLayer,
P2: DisplayHardwareLayer,
P3: DisplayHardwareLayer,
P4: DisplayHardwareLayer,
P5: DisplayHardwareLayer,
P6: DisplayHardwareLayer,
P7: DisplayHardwareLayer,
Auto Trait Implementations§
impl<P0, P1, P2, P3, P4, P5, P6, P7> Freeze for DataPins8Lines<P0, P1, P2, P3, P4, P5, P6, P7>
impl<P0, P1, P2, P3, P4, P5, P6, P7> RefUnwindSafe for DataPins8Lines<P0, P1, P2, P3, P4, P5, P6, P7>where
P0: RefUnwindSafe,
P1: RefUnwindSafe,
P2: RefUnwindSafe,
P3: RefUnwindSafe,
P4: RefUnwindSafe,
P5: RefUnwindSafe,
P6: RefUnwindSafe,
P7: RefUnwindSafe,
impl<P0, P1, P2, P3, P4, P5, P6, P7> Send for DataPins8Lines<P0, P1, P2, P3, P4, P5, P6, P7>
impl<P0, P1, P2, P3, P4, P5, P6, P7> Sync for DataPins8Lines<P0, P1, P2, P3, P4, P5, P6, P7>
impl<P0, P1, P2, P3, P4, P5, P6, P7> Unpin for DataPins8Lines<P0, P1, P2, P3, P4, P5, P6, P7>
impl<P0, P1, P2, P3, P4, P5, P6, P7> UnwindSafe for DataPins8Lines<P0, P1, P2, P3, P4, P5, P6, P7>where
P0: UnwindSafe,
P1: UnwindSafe,
P2: UnwindSafe,
P3: UnwindSafe,
P4: UnwindSafe,
P5: UnwindSafe,
P6: UnwindSafe,
P7: UnwindSafe,
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